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

Predicate signature loadStoreStep

Holds if the content c1 of nodeFrom is stored in the content c2 of nodeTo.

Import path

import codeql.typetracking.TypeTracking
signature predicate loadStoreStep(Node nodeFrom, Node nodeTo, Content c1, Content c2)