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

Method Ident

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

Ident creates an identifier Expr value.

(name string)

Source from the content-addressed store, hash-verified

119
120 // Ident creates an identifier Expr value.
121 Ident(name string) *exprpb.Expr
122
123 // AccuIdent returns an accumulator identifier for use with comprehension results.
124 AccuIdent() *exprpb.Expr

Callers 2

TestCustomMacroFunction · 0.65
TestCustomExistsMacroFunction · 0.65

Implementers 1

adaptingHelpercel/macro.go

Calls

no outgoing calls

Tested by 2

TestCustomMacroFunction · 0.52
TestCustomExistsMacroFunction · 0.52