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

Method LoopCondition

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

Source from the content-addressed store, hash-verified

563}
564
565func (e *baseComprehensionExpr) LoopCondition() Expr {
566 if e == nil {
567 return nilExpr
568 }
569 return e.loopCond
570}
571
572func (e *baseComprehensionExpr) LoopStep() Expr {
573 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected