Predicate MakeWithSplitting::TestOutput::edges
Holds if pred -> succ
is an edge in the CFG.
Import path
import codeql.controlflow.Cfg
predicate edges(RelevantNode pred, RelevantNode succ, string label)
Holds if pred -> succ
is an edge in the CFG.
import codeql.controlflow.Cfg
predicate edges(RelevantNode pred, RelevantNode succ, string label)