CodeQL library for C/C++
codeql/cpp-all 0.13.0 (changelog, source)
Search

Predicate signature DataFlowMake::edges

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

Import path

import codeql.dataflow.DataFlow
signature predicate edges(PathNode a, PathNode b, string key, string val)