mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
252 B
Plaintext
Generated
11 lines
252 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from NameRef x, string hasText
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
if x.hasText() then hasText = "yes" else hasText = "no"
|
|
select x, "hasText:", hasText
|