CodeQL library for Ruby
codeql/ruby-all 5.1.4 (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)