mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
import cpp
|
|
|
|
select count(BlockExpr be),
|
|
count(ReturnStmt rs | rs.getExpr().getValue() = "0")
|
|
|