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

Method Ident

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

Ident creates an identifier Expr value.

(name string)

Source from the content-addressed store, hash-verified

488
489// Ident creates an identifier Expr value.
490func (ah *adaptingHelper) Ident(name string) *exprpb.Expr {
491 return mustAdaptToProto(ah.modernHelper.NewIdent(name))
492}
493
494// AccuIdent returns an accumulator identifier for use with comprehension results.
495func (ah *adaptingHelper) AccuIdent() *exprpb.Expr {

Callers

nothing calls this directly

Calls 2

mustAdaptToProtoFunction · 0.85
NewIdentMethod · 0.65

Tested by

no test coverage detected