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.DataFlowDispatchpredicate mayBenefitFromCallContext(DataFlowCall call, DataFlowCallable c)