mirror of
https://github.com/github/codeql.git
synced 2026-04-11 01:54:00 +02:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
module DataFlow2 {
|
|
import codeql.ruby.dataflow.internal.DataFlowImpl2
|
|
}
|