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

Method NewAccuIdent

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

NewAccuIdent returns an accumulator identifier for use with comprehension results.

()

Source from the content-addressed store, hash-verified

271
272 // NewAccuIdent returns an accumulator identifier for use with comprehension results.
273 NewAccuIdent() ast.Expr
274
275 // AccuIdentName returns the name of the accumulator identifier.
276 AccuIdentName() string

Callers 10

NewAccuIdentMethod · 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

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected