CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Predicate localExprFlow

Holds if data can flow from e1 to e2 in zero or more local (intra-procedural) steps.

Import path

import codeql.swift.dataflow.internal.DataFlowPublic
predicate localExprFlow(DataFlowExpr e1, DataFlowExpr e2)