Predicate Cached::exprNodeReturnedFromCached
Holds if e
is an ExprNode
that may be returned by a call to c
.
Import path
import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate exprNodeReturnedFromCached(ExprNode e, Callable c)
Holds if e
is an ExprNode
that may be returned by a call to c
.
import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate exprNodeReturnedFromCached(ExprNode e, Callable c)