mirror of
https://github.com/github/codeql.git
synced 2026-03-16 20:46:49 +01: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 BoxExpr x, Expr getExpr
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getExpr = x.getExpr()
|
|
select x, "getExpr:", getExpr
|