CodeQL library for Java/Kotlin
codeql/java-all 5.0.1-dev (changelog, source)
Search

Predicate ShowProvenance::edges

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

Import path

import codeql.dataflow.test.ProvenancePathGraph
predicate edges(PathNode a, PathNode b, string key, string val)