Files
codeql/python/ql/src/analysis/Pruned.ql
2020-03-30 11:59:10 +02:00

7 lines
179 B
Plaintext

import python
import semmle.python.pointsto.PointsTo
from int size
where size = count(ControlFlowNode f | not PointsToInternal::reachableBlock(f.getBasicBlock(), _))
select size