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

Method Encode

pkg/ring/kv/codec/codec.go:14–14  ·  view source on GitHub ↗
(any)

Source from the content-addressed store, hash-verified

12type Codec interface {
13 Decode([]byte) (any, error)
14 Encode(any) ([]byte, error)
15
16 DecodeMultiKey(map[string][]byte) (any, error)
17 EncodeMultiKey(any) (map[string][]byte, error)

Callers 15

mockBucketFunction · 0.65
WriteSchemaMethod · 0.65
TestQuerierRemoteReadFunction · 0.65
writeExclusivePEMFileFunction · 0.65
PushMethod · 0.65
QueryRawMethod · 0.65
SeriesRawMethod · 0.65
LabelNamesRawMethod · 0.65
LabelValuesRawMethod · 0.65
RemoteReadMethod · 0.65

Calls

no outgoing calls

Tested by 15

mockBucketFunction · 0.52
TestQuerierRemoteReadFunction · 0.52
Test_EncodeMultikeyFunction · 0.52
Test_DecodeMultikeyFunction · 0.52
EncodeMethod · 0.52
EncodeMethod · 0.52
marshalKeyValuePairFunction · 0.52
encodeMessageFunction · 0.52