mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
11 lines
251 B
Plaintext
Generated
11 lines
251 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from Rename x, string hasName
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
if x.hasName() then hasName = "yes" else hasName = "no"
|
|
select x, "hasName:", hasName
|