mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
import python
|
|
|
|
from ControlFlowNode call, FunctionObject func
|
|
where call = func.getACall()
|
|
select call.getLocation().getStartLine(), call.toString(), func.toString()
|