MCPcopy
hub / github.com/grafana/tempo / NewCodec

Function NewCodec

pkg/gogocodec/gogocodec.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func NewCodec() *GogoCodec {
46 return &GogoCodec{}
47}
48
49// Name implements encoding.Codec
50func (c *GogoCodec) Name() string {

Calls

no outgoing calls