Files
codeql/python/tools/recorded-call-graph-metrics/ql/PointsToNotFound.ql
Rasmus Wriedt Larsen ccffa7d99d Python: CG trace: Ignore some calls for call-grahp metrics
and provide some internal metrics as well
2020-07-22 13:12:52 +02:00

6 lines
148 B
Plaintext

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