MCPcopy Create free account
hub / github.com/cel-expr/cel-go / IterVar2

Method IterVar2

common/ast/expr.go:283–283  ·  view source on GitHub ↗

IterVar2 returns the second iteration variable name. When the value is non-empty, the comprehension is a two-variable comprehension.

()

Source from the content-addressed store, hash-verified

281 //
282 // When the value is non-empty, the comprehension is a two-variable comprehension.
283 IterVar2() string
284
285 // HasIterVar2 returns true if the second iteration variable is non-empty.
286 HasIterVar2() bool

Callers 14

planComprehensionMethod · 0.65
pruneMethod · 0.65
costComprehensionMethod · 0.65
checkComprehensionMethod · 0.65
CopyMethod · 0.65
constantExprMatcherMethod · 0.65
hasComprehensionVarFunction · 0.65
matchVariableMethod · 0.65
CopyExprMethod · 0.65
SetKindCaseMethod · 0.65
protoComprehensionFunction · 0.65

Implementers 1

baseComprehensionExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 1