mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
import java
|
|
|
|
from Method m, MethodAccess ma
|
|
where
|
|
m.getName().matches("sparql%Query") and
|
|
ma.getMethod() = m
|
|
select ma, m |