mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
11 lines
217 B
Plaintext
Generated
11 lines
217 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from PathExpr x, Path getPath
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getPath = x.getPath()
|
|
select x, "getPath:", getPath
|