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:295–295 ·
view source on GitHub ↗
LoopCondition returns the loop condition expression.
()
Source
from the content-addressed store, hash-verified
293
294
// LoopCondition returns the loop condition expression.
295
LoopCondition() Expr
296
297
// LoopStep returns the loop step expression.
298
LoopStep() Expr
Callers
15
VisitExpr
Method · 0.65
comprehensionSubExprIDs
Function · 0.65
planComprehension
Method · 0.65
prune
Method · 0.65
visit
Function · 0.65
costComprehension
Method · 0.65
isBind
Method · 0.65
checkComprehension
Method · 0.65
Copy
Method · 0.65
VisitExpr
Method · 0.65
CopyExpr
Method · 0.65
SetKindCase
Method · 0.65
Implementers
1
baseComprehensionExpr
common/ast/expr.go
Calls
no outgoing calls
Tested by
3
TestComprehension
Function · 0.52
TestComprehensionNil
Function · 0.52
TestNavigableComprehensionExpr
Function · 0.52