Module DataFlow
Provides classes for performing local (intra-procedural) and global (inter-procedural) data flow analyses.
Import path
import codeql.ruby.DataFlowImports
| DataFlowImpl | Provides an implementation of global (interprocedural) data flow. This file re-exports the local (intraprocedural) data flow analysis from |