mirror of
https://github.com/github/codeql.git
synced 2026-08-05 18:03:27 +02:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
class Compilation extends @compilation {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from Compilation c, string cwd
|
|
where compilations(c, cwd)
|
|
select c, 1, /* Java compilation */ cwd, "<unnamed compilation>"
|