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

Method AccuIdentName

parser/helper.go:474–476  ·  view source on GitHub ↗

AccuIdentName implements the ExprHelper interface method.

()

Source from the content-addressed store, hash-verified

472
473// AccuIdentName implements the ExprHelper interface method.
474func (e *exprHelper) AccuIdentName() string {
475 return e.exprFactory.AccuIdentName()
476}
477
478// NewGlobalCall implements the ExprHelper interface method.
479func (e *exprHelper) NewCall(function string, args ...ast.Expr) ast.Expr {

Callers

nothing calls this directly

Calls 1

AccuIdentNameMethod · 0.65

Tested by

no test coverage detected