mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Rust: add canonical_path and crate_origin to Item
This commit is contained in:
7
rust/ql/test/extractor-tests/generated/Module/Module_getCrateOrigin.ql
generated
Normal file
7
rust/ql/test/extractor-tests/generated/Module/Module_getCrateOrigin.ql
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
// generated by codegen, do not edit
|
||||
import codeql.rust.elements
|
||||
import TestUtils
|
||||
|
||||
from Module x
|
||||
where toBeTested(x) and not x.isUnknown()
|
||||
select x, x.getCrateOrigin()
|
||||
Reference in New Issue
Block a user