mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
These are mostly extractor tests, which now live in `2/extractor-tests`, and a single library tests that was added to the existing directory.
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
import python
|
|
|
|
from Container f
|
|
where exists(Module m | m.getPath() = f)
|
|
select f.toString()
|