CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Member predicate ConditionBlock::controlsEdge

Holds if this condition controls the edge pred->succ, i.e. those edges for which the condition is testIsTrue.

predicate controlsEdge(BasicBlock pred, BasicBlock succ, boolean testIsTrue)