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

Predicate VariableCapture::flowInsensitiveStep

Holds if there is control-flow insensitive data-flow from node1 to node2 involving a captured variable. Only used in type tracking.

Import path

import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate flowInsensitiveStep(Node node1, Node node2)