Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
func
NewProtoCodec(id string, factory
func
() proto.Message) Proto {
25
return
Proto{id: id, factory: factory}
26
}
27
28
func
(p Proto) CodecID() string {
29
return
p.id
Callers
4
GetCodec
Function · 0.92
GetPartitionRingCodec
Function · 0.92
newConfigsForTest
Function · 0.92
GetPropagationDelayTrackerCodec
Function · 0.92
Calls
no outgoing calls
Tested by
1
newConfigsForTest
Function · 0.74