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

Method NewIdent

parser/helper.go:464–466  ·  view source on GitHub ↗

NewIdent implements the ExprHelper interface method.

(name string)

Source from the content-addressed store, hash-verified

462
463// NewIdent implements the ExprHelper interface method.
464func (e *exprHelper) NewIdent(name string) ast.Expr {
465 return e.exprFactory.NewIdent(e.nextMacroID(), name)
466}
467
468// NewAccuIdent implements the ExprHelper interface method.
469func (e *exprHelper) NewAccuIdent() ast.Expr {

Callers

nothing calls this directly

Calls 2

nextMacroIDMethod · 0.95
NewIdentMethod · 0.65

Tested by

no test coverage detected