mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Update python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -27,9 +27,7 @@ newtype TNode =
|
||||
* (`ExprNode`) or a parameter (`ParameterNode`).
|
||||
*/
|
||||
class Node extends TNode {
|
||||
/**
|
||||
* Get a string representation of this data flow node.
|
||||
*/
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() { result = "Data flow node" }
|
||||
|
||||
/** Gets the scope of this node. */
|
||||
@@ -155,4 +153,4 @@ class BarrierGuard extends Expr {
|
||||
*/
|
||||
class Content extends string {
|
||||
Content() { this = "Content" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user