mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: mark globalFlowPred as internal
This commit is contained in:
@@ -48,6 +48,8 @@ class AnalyzedNode extends DataFlow::Node {
|
||||
AnalyzedNode localFlowPred() { result = getAPredecessor() }
|
||||
|
||||
/**
|
||||
* INTERNAL. DO NOT USE.
|
||||
*
|
||||
* Gets another data flow node whose value flows into this node in a global step
|
||||
* (this is, involving global variables).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user