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

Method LoopStep

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

Source from the content-addressed store, hash-verified

570}
571
572func (e *baseComprehensionExpr) LoopStep() Expr {
573 if e == nil {
574 return nilExpr
575 }
576 return e.loopStep
577}
578
579func (e *baseComprehensionExpr) Result() Expr {
580 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected