mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02: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()
|