mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
11 lines
289 B
Plaintext
Generated
11 lines
289 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
from WhereClause x, int getNumberOfPredicates
|
|
where
|
|
toBeTested(x) and
|
|
not x.isUnknown() and
|
|
getNumberOfPredicates = x.getNumberOfPredicates()
|
|
select x, "getNumberOfPredicates:", getNumberOfPredicates
|