mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
// generated by codegen/codegen.py
|
|
import codeql.swift.elements
|
|
import TestUtils
|
|
|
|
from IfConfigDecl x, ModuleDecl getModule, int getNumberOfActiveElements
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getModule = x.getModule() and
|
|
getNumberOfActiveElements = x.getNumberOfActiveElements()
|
|
select x, "getModule:", getModule, "getNumberOfActiveElements:", getNumberOfActiveElements
|