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 724a49c commit 5da43d4Copy full SHA for 5da43d4
.cache/size
0 Bytes
calls-to-dollar.ql
@@ -1 +1,6 @@
1
+import javascript
2
+
3
+from CallExpr dollarCall
4
+where dollarCall.getCalleeName() = "$"
5
+select dollarCall
6
0 commit comments