We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac544d commit f5c53afCopy full SHA for f5c53af
3_function_definitions.ql
@@ -1 +1,5 @@
1
+import cpp
2
3
+from Function f
4
+where f.getName() = "strlen"
5
+select f, "a function named strlen"
0 commit comments