mirror of
https://github.com/github/codeql.git
synced 2026-02-15 14:33:40 +01:00
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from CallNode call, CallableValue callable, int i
|
|
select call.getLocation().getStartLine(), call.toString(), callable.toString(), i,
|
|
callable.getArgumentForCall(call, i).toString()
|