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.
DataFlow::Node::{toString,getLocation}
1 parent f337459 commit 3b5267eCopy full SHA for 3b5267e
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPublic.qll
@@ -18,11 +18,11 @@ class Node extends TNode {
18
Parameter asParameter() { result = this.(ParameterNode).getParameter() }
19
20
/** Gets a textual representation of this node. */
21
- // TODO: cache
+ cached
22
final string toString() { result = this.(NodeImpl).toStringImpl() }
23
24
/** Gets the location of this node. */
25
26
final Location getLocation() { result = this.(NodeImpl).getLocationImpl() }
27
28
/**
0 commit comments