mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
docs: rename ql-training-rst > ql-training
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java
|
||||
|
||||
from Method m, MethodAccess ma
|
||||
where
|
||||
m.getName().matches("sparql%Query") and
|
||||
ma.getMethod() = m
|
||||
select ma, m
|
||||
Reference in New Issue
Block a user