CodeQL library for Ruby
codeql/ruby-all 4.1.8 (changelog, source)
Search

Predicate lambdaCall

Holds if call is a (from-source or from-summary) lambda call of kind kind where receiver is the lambda expression.

Import path

import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate lambdaCall(DataFlowCall call, LambdaCallKind kind, Node receiver)