Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
func
(e *baseComprehensionExpr) LoopStep() Expr {
573
if
e == nil {
574
return
nilExpr
575
}
576
return
e.loopStep
577
}
578
579
func
(e *baseComprehensionExpr) Result() Expr {
580
if
e == nil {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected