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

Method NewAccuIdent

parser/helper.go:473–475  ·  view source on GitHub ↗

NewAccuIdent implements the ExprHelper interface method.

()

Source from the content-addressed store, hash-verified

471
472// NewAccuIdent implements the ExprHelper interface method.
473func (e *exprHelper) NewAccuIdent() ast.Expr {
474 return e.exprFactory.NewAccuIdent(e.nextMacroID())
475}
476
477// AccuIdentName implements the ExprHelper interface method.
478func (e *exprHelper) AccuIdentName() string {

Callers

nothing calls this directly

Calls 2

nextMacroIDMethod · 0.95
NewAccuIdentMethod · 0.65

Tested by

no test coverage detected