mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +01:00
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
|
|
import python
|
|
import interesting
|
|
|
|
from int line, ControlFlowNode f, Object o, ImportTimeScope n
|
|
where
|
|
of_interest(f, line) and
|
|
f.refersTo(o) and
|
|
f.getScope() = n
|
|
select n.toString(), line, f.toString(), o.toString()
|