mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Rust: codegen
This commit is contained in:
7
rust/ql/test/extractor-tests/generated/Module/Module_getAttr.ql
generated
Normal file
7
rust/ql/test/extractor-tests/generated/Module/Module_getAttr.ql
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
// generated by codegen, do not edit
|
||||
import codeql.rust.elements
|
||||
import TestUtils
|
||||
|
||||
from Module x, int index
|
||||
where toBeTested(x) and not x.isUnknown()
|
||||
select x, index, x.getAttr(index)
|
||||
Reference in New Issue
Block a user