File tree 1 file changed +4
-4
lines changed
python/ql/src/semmle/python/dataflow/new/internal
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,21 +104,21 @@ class LocalSourceNode extends Node {
104
104
}
105
105
106
106
/**
107
+ * DEPRECATED. Use `TypeTrackingNode::track` instead.
108
+ *
107
109
* Gets a node that this node may flow to using one heap and/or interprocedural step.
108
110
*
109
111
* See `TypeTracker` for more details about how to use this.
110
- *
111
- * DEPRECATED. Use `TypeTrackingNode::track` instead.
112
112
*/
113
113
pragma [ inline]
114
114
deprecated LocalSourceNode track ( TypeTracker t2 , TypeTracker t ) { t = t2 .step ( this , result ) }
115
115
116
116
/**
117
+ * DEPRECATED. Use `TypeTrackingNode::backtrack` instead.
118
+ *
117
119
* Gets a node that may flow into this one using one heap and/or interprocedural step.
118
120
*
119
121
* See `TypeBackTracker` for more details about how to use this.
120
- *
121
- * DEPRECATED. Use `TypeTrackingNode::backtrack` instead.
122
122
*/
123
123
pragma [ inline]
124
124
deprecated LocalSourceNode backtrack ( TypeBackTracker t2 , TypeBackTracker t ) {
You can’t perform that action at this time.
0 commit comments