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

Method AccuIdent

cel/macro.go:495–497  ·  view source on GitHub ↗

AccuIdent returns an accumulator identifier for use with comprehension results.

()

Source from the content-addressed store, hash-verified

493
494// AccuIdent returns an accumulator identifier for use with comprehension results.
495func (ah *adaptingHelper) AccuIdent() *exprpb.Expr {
496 return mustAdaptToProto(ah.modernHelper.NewAccuIdent())
497}
498
499// GlobalCall creates a function call Expr value for a global (free) function.
500func (ah *adaptingHelper) GlobalCall(function string, args ...*exprpb.Expr) *exprpb.Expr {

Callers

nothing calls this directly

Calls 2

mustAdaptToProtoFunction · 0.85
NewAccuIdentMethod · 0.65

Tested by

no test coverage detected