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

Method LoopCondition

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

Source from the content-addressed store, hash-verified

435}
436
437func (comp navigableComprehensionImpl) LoopCondition() Expr {
438 return comp.createChild(comp.Expr.AsComprehension().LoopCondition())
439}
440
441func (comp navigableComprehensionImpl) LoopStep() Expr {
442 return comp.createChild(comp.Expr.AsComprehension().LoopStep())

Callers

nothing calls this directly

Calls 3

createChildMethod · 0.80
LoopConditionMethod · 0.65
AsComprehensionMethod · 0.65

Tested by

no test coverage detected