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

Method NewIdent

common/ast/factory.go:151–153  ·  view source on GitHub ↗
(id int64, name string)

Source from the content-addressed store, hash-verified

149}
150
151func (fac *baseExprFactory) NewIdent(id int64, name string) Expr {
152 return fac.newExpr(id, baseIdentExpr(name))
153}
154
155func (fac *baseExprFactory) NewAccuIdent(id int64) Expr {
156 return fac.NewIdent(id, fac.AccuIdentName())

Callers 2

NewAccuIdentMethod · 0.95
CopyExprMethod · 0.95

Calls 2

newExprMethod · 0.95
baseIdentExprTypeAlias · 0.85

Tested by

no test coverage detected