MCPcopy
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
131func (m *KeyValuePair) GetCodec() string {
132 if m != nil {
133 return m.Codec
134 }
135 return ""
136}
137
138func (m *KeyValuePair) GetDeleted() bool {
139 if m != nil {

Callers 5

NotifyMsgMethod · 0.95
MergeRemoteStateMethod · 0.95
computeStoreSizesFunction · 0.45
viewMessageFunction · 0.45
downloadKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected