Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ GetCodec
Method
GetCodec
kv/memberlist/kv.pb.go:131–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
func
(m *KeyValuePair) GetCodec() string {
132
if
m != nil {
133
return
m.Codec
134
}
135
return
""
136
}
137
138
func
(m *KeyValuePair) GetDeleted() bool {
139
if
m != nil {
Callers
5
NotifyMsg
Method · 0.95
MergeRemoteState
Method · 0.95
computeStoreSizes
Function · 0.45
viewMessage
Function · 0.45
downloadKey
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected