mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update javascript/ql/src/semmle/javascript/dataflow/TypeInference.qll
Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6b9157540b
commit
f9111f68e9
@@ -48,7 +48,7 @@ class AnalyzedNode extends DataFlow::Node {
|
||||
AnalyzedNode localFlowPred() { result = getAPredecessor() }
|
||||
|
||||
/**
|
||||
* INTERNAL. DO NOT USE.
|
||||
* 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