Files
codeql/swift/ql/integration-tests/osx/hello-xcode/Files.ql

8 lines
149 B
Plaintext

import swift
from File f
where
(exists(f.getRelativePath()) or f instanceof UnknownFile) and
not f.getBaseName() = "<module-includes>"
select f