MCPcopy
hub / github.com/grafana/dskit / NewProtoCodec

Function NewProtoCodec

kv/codec/codec.go:24–26  ·  view source on GitHub ↗
(id string, factory func() proto.Message)

Source from the content-addressed store, hash-verified

22}
23
24func NewProtoCodec(id string, factory func() proto.Message) Proto {
25 return Proto{id: id, factory: factory}
26}
27
28func (p Proto) CodecID() string {
29 return p.id

Callers 4

GetCodecFunction · 0.92
GetPartitionRingCodecFunction · 0.92
newConfigsForTestFunction · 0.92

Calls

no outgoing calls

Tested by 1

newConfigsForTestFunction · 0.74