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

Method newIdent

parser/helper.go:76–78  ·  view source on GitHub ↗
(ctx any, name string)

Source from the content-addressed store, hash-verified

74}
75
76func (p *parserHelper) newIdent(ctx any, name string) ast.Expr {
77 return p.exprFactory.NewIdent(p.newID(ctx), name)
78}
79
80func (p *parserHelper) newSelect(ctx any, operand ast.Expr, field string) ast.Expr {
81 return p.exprFactory.NewSelect(p.newID(ctx), operand, field)

Callers 1

VisitIdentMethod · 0.80

Calls 2

newIDMethod · 0.95
NewIdentMethod · 0.65

Tested by

no test coverage detected