mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
11 lines
216 B
Plaintext
Generated
11 lines
216 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from PathPat x, Path getPath
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getPath = x.getPath()
|
|
select x, "getPath:", getPath
|