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

Method NewAccuIdent

parser/helper.go:469–471  ·  view source on GitHub ↗

NewAccuIdent implements the ExprHelper interface method.

()

Source from the content-addressed store, hash-verified

467
468// NewAccuIdent implements the ExprHelper interface method.
469func (e *exprHelper) NewAccuIdent() ast.Expr {
470 return e.exprFactory.NewAccuIdent(e.nextMacroID())
471}
472
473// AccuIdentName implements the ExprHelper interface method.
474func (e *exprHelper) AccuIdentName() string {

Callers

nothing calls this directly

Calls 2

nextMacroIDMethod · 0.95
NewAccuIdentMethod · 0.65

Tested by

no test coverage detected