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

Method AccuIdentName

parser/macro.go:276–276  ·  view source on GitHub ↗

AccuIdentName returns the name of the accumulator identifier.

()

Source from the content-addressed store, hash-verified

274
275 // AccuIdentName returns the name of the accumulator identifier.
276 AccuIdentName() string
277
278 // NewCall creates a function call Expr value for a global (free) function.
279 NewCall(function string, args ...ast.Expr) ast.Expr

Callers 11

AccuIdentNameMethod · 0.65
MakeMapFunction · 0.65
MakeFilterFunction · 0.65
makeQuantifierFunction · 0.65
quantifierAllFunction · 0.65
quantifierExistsFunction · 0.65
quantifierExistsOneFunction · 0.65
transformListFunction · 0.65
transformMapFunction · 0.65
transformMapEntryFunction · 0.65
extractIterVarsFunction · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected