CodeQL library for Rust
codeql/rust-all 0.2.5-dev (changelog, source)
Search

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)