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

Method AccuInit

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

Source from the content-addressed store, hash-verified

556}
557
558func (e *baseComprehensionExpr) AccuInit() Expr {
559 if e == nil {
560 return nilExpr
561 }
562 return e.accuInit
563}
564
565func (e *baseComprehensionExpr) LoopCondition() Expr {
566 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected