Files
codeql/rust/ql/test/extractor-tests/generated/Module/Module_getExtendedCanonicalPath.ql

8 lines
178 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.getExtendedCanonicalPath()