We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SourceNode::track
SourceNode::backtrack
1 parent 2b778af commit c17f4d7Copy full SHA for c17f4d7
javascript/ql/src/semmle/javascript/dataflow/Sources.qll
@@ -162,6 +162,7 @@ class SourceNode extends DataFlow::Node {
162
*
163
* See `TypeTracker` for more details about how to use this.
164
*/
165
+ cached
166
DataFlow::SourceNode track(TypeTracker t2, TypeTracker t) {
167
exists(StepSummary summary |
168
StepSummary::step(this, result, summary) and
@@ -176,6 +177,7 @@ class SourceNode extends DataFlow::Node {
176
177
178
* See `TypeBackTracker` for more details about how to use this.
179
180
181
DataFlow::SourceNode backtrack(TypeBackTracker t2, TypeBackTracker t) {
182
183
StepSummary::step(result, this, summary) and
0 commit comments