mirror of
https://github.com/github/codeql.git
synced 2026-02-28 12:53:49 +01:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
import swift
|
|
|
|
from LabeledConditionalStmt s
|
|
where s.getLocation().getFile().getName().matches("%swift/ql/test%")
|
|
select s.getAPrimaryQlClass(), s.getCondition()
|