We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6728 commit 8891fbfCopy full SHA for 8891fbf
python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
@@ -27,9 +27,7 @@ newtype TNode =
27
* (`ExprNode`) or a parameter (`ParameterNode`).
28
*/
29
class Node extends TNode {
30
- /**
31
- * Get a string representation of this data flow node.
32
- */
+/** Gets a textual representation of this element. */
33
string toString() { result = "Data flow node" }
34
35
/** Gets the scope of this node. */
@@ -155,4 +153,4 @@ class BarrierGuard extends Expr {
155
153
156
154
class Content extends string {
157
Content() { this = "Content" }
158
-}
+}
0 commit comments