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 5e193ee commit c9087b2Copy full SHA for c9087b2
python/.vscode/ql.code-snippets
@@ -195,8 +195,6 @@
195
"",
196
" /** Gets a reference to an instance of `${TM_SELECTED_TEXT}`. */",
197
" DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
198
- "",
199
- " DataFlow::Node instance() { instance(DataFlow::TypeTracker::end()).flowsTo(result) }",
200
"}",
201
],
202
"description": "Type tracking class (select full class path before inserting)",
0 commit comments