Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
565
func
(e *baseComprehensionExpr) LoopCondition() Expr {
566
if
e == nil {
567
return
nilExpr
568
}
569
return
e.loopCond
570
}
571
572
func
(e *baseComprehensionExpr) LoopStep() Expr {
573
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected