MCPcopy Index your code
hub / github.com/cortexproject/cortex / Decode

Method Decode

pkg/ring/kv/codec/codec.go:13–13  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

11// Codec allows KV clients to serialise and deserialise values.
12type Codec interface {
13 Decode([]byte) (any, error)
14 Encode(any) ([]byte, error)
15
16 DecodeMultiKey(map[string][]byte) (any, error)

Callers 15

TestQuerierRemoteReadFunction · 0.65
RemoteReadMethod · 0.65
doRequestFunction · 0.65
setConfigMethod · 0.65
CASMethod · 0.65
WatchKeyMethod · 0.65
WatchPrefixMethod · 0.65
GetMethod · 0.65
WatchPrefixMethod · 0.65
casMethod · 0.65
WatchKeyMethod · 0.65

Calls

no outgoing calls

Tested by 4

TestQuerierRemoteReadFunction · 0.52
TestRemoteReadHandlerFunction · 0.52