mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
module DataFlow {
|
|
import codeql_ruby.dataflow.internal.DataFlowImpl
|
|
}
|