Files
codeql/python/tools/recorded-call-graph-metrics/ql/PointsToFound.ql
2020-07-22 15:49:11 +02:00

5 lines
126 B
Plaintext

import RecordedCalls
from PointsToBasedCallGraph::ResolvableRecordedCall rc
select rc.getACall(), "-->", rc.getCalleeValue()