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

Module MakeWithSplitting::Cached

Import path

import codeql.controlflow.Cfg

Predicates

getASuccessor

Gets a successor node of a given flow type, if any.

getJoinBlockPredecessor

Gets the ith predecessor of join block jb, with respect to some arbitrary order.

splitsToString

Datatypes

TNode

Internal representation of control flow nodes in the control flow graph. The control flow graph is pruned for unreachable nodes.

TSplits

Modules