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

Method IterRange

common/ast/expr.go:535–540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533}
534
535func (e *baseComprehensionExpr) IterRange() Expr {
536 if e == nil {
537 return nilExpr
538 }
539 return e.iterRange
540}
541
542func (e *baseComprehensionExpr) IterVar() string {
543 return e.iterVar

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected