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

Function getKey

kv/memberlist/memberlist_client_test.go:2161–2166  ·  view source on GitHub ↗
(t *testing.T, msg []byte)

Source from the content-addressed store, hash-verified

2159}
2160
2161func getKey(t *testing.T, msg []byte) string {
2162 kvPair := KeyValuePair{}
2163 err := kvPair.Unmarshal(msg)
2164 require.NoError(t, err)
2165 return kvPair.Key
2166}
2167
2168func TestRaceBetweenStoringNewValueForKeyAndUpdatingIt(t *testing.T) {
2169 codec := dataCodec{}

Callers 1

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected