mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
11 lines
294 B
Plaintext
Generated
11 lines
294 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from Module x, int getNumberOfDeclarations
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getNumberOfDeclarations = x.getNumberOfDeclarations()
|
|
select x, "getNumberOfDeclarations:", getNumberOfDeclarations
|