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

Module MakeImpl::Impl::PathGraph

Provides the query predicates needed to include a graph in a path-problem query.

Import path

import codeql.dataflow.internal.DataFlowImpl

Predicates

edges

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

nodes

Holds if n is a node in the graph of data flow path explanations.

subpaths

Holds if (arg, par, ret, out) forms a subpath-tuple, that is, flow through a subpath between par and ret with the connecting edges arg -> par and ret -> out is summarized as the edge arg -> out.