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

Method IterVar

common/ast/navigable.go:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394func (comp navigableComprehensionImpl) IterVar() string {
395 return comp.Expr.AsComprehension().IterVar()
396}
397
398func (comp navigableComprehensionImpl) IterVar2() string {
399 return comp.Expr.AsComprehension().IterVar2()

Callers

nothing calls this directly

Calls 2

IterVarMethod · 0.65
AsComprehensionMethod · 0.65

Tested by

no test coverage detected