mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01: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
|