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

Predicate Make::Logic::ValidationWrapperWithState::guardChecksDef

Holds if the guard g validates the SSA definition def upon evaluating to val.

Import path

import codeql.controlflow.Guards
predicate guardChecksDef(Guard g, SsaDefinition def, GuardValue val, State state)