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

Predicate MakeImpl::Impl::MkStage::Stage::Graph::Public::flowPath

Holds if data can flow from source to sink.

The corresponding paths are generated from the end-points and the graph included in the module PathGraph.

Import path

import codeql.dataflow.internal.DataFlowImpl
predicate flowPath(PathNode source, PathNode sink)