Skip to content

Commit f5c53af

Browse files
committed
First Query
1 parent 4ac544d commit f5c53af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

3_function_definitions.ql

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import cpp
12

3+
from Function f
4+
where f.getName() = "strlen"
5+
select f, "a function named strlen"

0 commit comments

Comments
 (0)