mirror of
https://github.com/github/codeql.git
synced 2026-04-14 03:24:06 +02:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
import cpp
|
|
|
|
from Options opts, Function f, string status
|
|
where if opts.exits(f) then status = "exits" else status = "returns"
|
|
select f, f.getQualifiedName(), status
|