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

6 lines
149 B
Plaintext

import RecordedCalls
from IdentifiedRecordedCall rc
where not rc instanceof PointsToBasedCallGraph::ResolvableRecordedCall
select rc, rc.getACall()