codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if data flows from source to sink in zero or more local (intra-procedural) steps.
source
sink
import codeql.rust.dataflow.DataFlow
predicate localFlow(Node source, Node sink)