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

Method IterRange

common/ast/navigable.go:413–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413func (comp navigableComprehensionImpl) IterRange() Expr {
414 return comp.createChild(comp.Expr.AsComprehension().IterRange())
415}
416
417func (comp navigableComprehensionImpl) IterVar() string {
418 return comp.Expr.AsComprehension().IterVar()

Callers

nothing calls this directly

Calls 3

createChildMethod · 0.80
IterRangeMethod · 0.65
AsComprehensionMethod · 0.65

Tested by

no test coverage detected