Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
558
func
(e *baseComprehensionExpr) AccuInit() Expr {
559
if
e == nil {
560
return
nilExpr
561
}
562
return
e.accuInit
563
}
564
565
func
(e *baseComprehensionExpr) LoopCondition() Expr {
566
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected