mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +02:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
|
import python
|
|
|
|
from string name, int mcnt
|
|
where mcnt = strictcount(Module m | m.getName() = name) and mcnt > 1
|
|
select name, mcnt, strictcount(ModuleValue val | val.getName() = name)
|
|
|