mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Python: More review suggestions
This commit is contained in:
@@ -136,7 +136,7 @@ class Node extends TNode {
|
||||
LocalSourceNode backtrack(TypeBackTracker t2, TypeBackTracker t) { t2 = t.step(result, this) }
|
||||
|
||||
/**
|
||||
* Gets a local source node from which data may flow to this node in zero or more local steps.
|
||||
* Gets a local source node from which data may flow to this node in zero or more local data-flow steps.
|
||||
*/
|
||||
LocalSourceNode getALocalSource() { result.flowsTo(this) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user