mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
These use compiler-internal intrinsics at the IR layer, which are later lowered to java.util.Arrays calls. This performs that lowering in the same manner.
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
import java
|
|
|
|
from Call c
|
|
where c.getEnclosingCallable().fromSource()
|
|
select c, c.getCallee().getQualifiedName()
|