CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

Predicate MakeImpl::Impl::PathGraph::edges

Holds if (a,b) is an edge in the graph of data flow path explanations.

Import path

import codeql.dataflow.internal.DataFlowImpl
predicate edges(PathNode a, PathNode b, string key, string val)