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

Method AccuIdent

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

AccuIdent returns an accumulator identifier for use with comprehension results.

()

Source from the content-addressed store, hash-verified

122
123 // AccuIdent returns an accumulator identifier for use with comprehension results.
124 AccuIdent() *exprpb.Expr
125
126 // GlobalCall creates a function call Expr value for a global (free) function.
127 GlobalCall(function string, args ...*exprpb.Expr) *exprpb.Expr

Callers 1

TestCustomMacroFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 1

TestCustomMacroFunction · 0.52