Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ IterRange
Method
IterRange
common/ast/expr.go:535–540 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
533
}
534
535
func
(e *baseComprehensionExpr) IterRange() Expr {
536
if
e == nil {
537
return
nilExpr
538
}
539
return
e.iterRange
540
}
541
542
func
(e *baseComprehensionExpr) IterVar() string {
543
return
e.iterVar
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected