Files
codeql/rust/ql/test/extractor-tests/generated/Module/Module_getCanonicalPath.ql
2024-12-05 17:31:20 +01:00

8 lines
170 B
Plaintext
Generated

// 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.getCanonicalPath()