mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
|
import python
|
|
|
|
from ControlFlowNode call, FunctionObject func
|
|
|
|
where call = func.getACall()
|
|
select call.getLocation().getStartLine(), call.toString(), func.toString() |