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

Predicate isUnreachableInCall

Holds if the node n is unreachable when the call context is call.

Import path

import semmle.code.java.dataflow.internal.DataFlowPrivate
predicate isUnreachableInCall(Node n, DataFlowCall call)