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

8 lines
192 B
Plaintext
Generated

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