We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5876a5b commit 2fd1329Copy full SHA for 2fd1329
.github/queries/method.ql
@@ -2,4 +2,4 @@ import javascript
2
3
from Function func
4
where func.getName() = "hey"
5
-select func
+select func, "Function 'hey' was found."
0 commit comments