Files
codeql/python/tools/recorded-call-graph-metrics/ql/query/PointsToNotFound.ql
2020-07-24 17:00:13 +02:00

6 lines
153 B
Plaintext

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