We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626427 commit b17c769Copy full SHA for b17c769
1 file changed
python/.vscode/ql.code-snippets
@@ -222,26 +222,6 @@
222
],
223
"description": "Type tracking class (select full class path before inserting)",
224
},
225
- "foo": {
226
- "scope": "ql",
227
- "prefix": "foo",
228
- "body": [
229
- " /**",
230
- " * Taint propagation for `$1`.",
231
- " */",
232
- " private class InstanceTaintSteps extends InstanceTaintStepsHelper {",
233
- " InstanceTaintSteps() { this = \"$1\" }",
234
- "",
235
- " override DataFlow::Node getInstance() { result = instance() }",
236
237
- " override string getAttributeName() { none() }",
238
239
- " override string getMethodName() { none() }",
240
241
- " override string getAsyncMethodName() { none() }",
242
- " }",
243
- ],
244
- },
245
"API graph .getMember chain": {
246
"scope": "ql",
247
"prefix": "api graph .getMember chain",
0 commit comments