mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from Container path, string name
|
|
where exists(ModuleValue m | m.getPath() = path and m.getName() = name)
|
|
select path, name
|