qtil
advanced-security/qtil-ruby 0.0.2
Search

Predicate mayBenefitFromCallContext

Holds if the set of viable implementations that can be called by call might be improved by knowing the call context. This is the case if the receiver accesses a parameter of the enclosing callable c (including the implicit self parameter).

Import path

import codeql.ruby.dataflow.internal.DataFlowDispatch
predicate mayBenefitFromCallContext(DataFlowCall call, DataFlowCallable c)