mirror of
https://github.com/github/codeql.git
synced 2026-04-05 07:08:31 +02: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())
|
|
|