mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
import python
|
|
|
|
from ControlFlowNode arg, FunctionObject func, int i
|
|
where arg = func.getArgumentForCall(_, i)
|
|
select arg.getLocation().getStartLine(), i, arg.toString(), func.toString()
|