MCPcopy 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

VisitExprMethod · 0.65
comprehensionSubExprIDsFunction · 0.65
planComprehensionMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
costComprehensionMethod · 0.65
isBindMethod · 0.65
checkComprehensionMethod · 0.65
CopyMethod · 0.65
VisitExprMethod · 0.65
CopyExprMethod · 0.65
SetKindCaseMethod · 0.65

Implementers 1

baseComprehensionExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 3

TestComprehensionFunction · 0.52
TestComprehensionNilFunction · 0.52