Files
codeql/rust/ql/test/extractor-tests/generated/StructField/StructField_getAttr.ql
2025-03-19 12:05:39 +01:00

8 lines
189 B
Plaintext
Generated

// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from StructField x, int index
where toBeTested(x) and not x.isUnknown()
select x, index, x.getAttr(index)