mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
249 B
Plaintext
Generated
11 lines
249 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from Attr x, string hasMeta
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
if x.hasMeta() then hasMeta = "yes" else hasMeta = "no"
|
|
select x, "hasMeta:", hasMeta
|