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

Method newEntryExpr

common/ast/factory.go:323–328  ·  view source on GitHub ↗
(id int64, e entryExprKindCase)

Source from the content-addressed store, hash-verified

321}
322
323func (fac *baseExprFactory) newEntryExpr(id int64, e entryExprKindCase) EntryExpr {
324 return &entryExpr{
325 id: id,
326 entryExprKindCase: e,
327 }
328}
329
330var (
331 defaultFactory = &baseExprFactory{}

Callers 3

NewMapEntryMethod · 0.95
NewStructFieldMethod · 0.95
CopyEntryExprMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected