Predicate lambdaSourceCall
Holds if call
is a from-source lambda call of kind kind
where receiver
is the lambda expression.
Import path
import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate lambdaSourceCall(CallCfgNode call, LambdaCallKind kind, Node receiver)