Files
codeql/python/tools/recorded-call-graph-metrics/ql/PointsToFound.ql
Rasmus Wriedt Larsen f1601d643a Python: autoformat
2020-07-14 14:12:56 +02:00

10 lines
277 B
Plaintext

import RecordedCalls
from ValidRecordedCall rc, Call call, Function callee, CallableValue calleeValue
where
call = rc.getCall() and
callee = rc.getCallee() and
calleeValue.getScope() = callee and
calleeValue.getACall() = call.getAFlowNode()
select call, "-->", callee