MCPcopy Create free account
hub / github.com/cel-expr/cel-go / IterRange

Method IterRange

common/ast/expr.go:269–269  ·  view source on GitHub ↗

IterRange returns the iteration range expression.

()

Source from the content-addressed store, hash-verified

267type ComprehensionExpr interface {
268 // IterRange returns the iteration range expression.
269 IterRange() Expr
270
271 // IterVar returns the iteration variable name.
272 //

Callers 15

VisitExprMethod · 0.65
TestPruneFunction · 0.65
planComprehensionMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
costComprehensionMethod · 0.65
isBindMethod · 0.65
costBindMethod · 0.65
checkComprehensionMethod · 0.65
CopyMethod · 0.65
ValidateMethod · 0.65
VisitExprMethod · 0.65

Implementers 1

baseComprehensionExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 4

TestPruneFunction · 0.52
TestComprehensionFunction · 0.52
TestComprehensionNilFunction · 0.52