mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
import swift
|
|
|
|
from ModuleDecl m
|
|
where m.getName().charAt(0) != "_"
|
|
select m
|