mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
import cpp
|
|
|
|
from Function f
|
|
select f,
|
|
count(Expr e | f = e.getEnclosingFunction()),
|
|
count(ErrorExpr e | f = e.getEnclosingFunction())
|
|
|