mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
import java
|
|
|
|
from MethodCall ma
|
|
where ma.getEnclosingCallable().fromSource()
|
|
select ma
|