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

Method NewIdent

parser/helper.go:468–470  ·  view source on GitHub ↗

NewIdent implements the ExprHelper interface method.

(name string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

nextMacroIDMethod · 0.95
NewIdentMethod · 0.65

Tested by

no test coverage detected