Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
type
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
mockBucket
Function · 0.65
WriteSchema
Method · 0.65
TestQuerierRemoteRead
Function · 0.65
TestQuerierResponseCompression
Function · 0.65
TestQueryFrontendResponseCompression
Function · 0.65
writeExclusivePEMFile
Function · 0.65
Push
Method · 0.65
QueryRaw
Method · 0.65
SeriesRaw
Method · 0.65
LabelNamesRaw
Method · 0.65
LabelValuesRaw
Method · 0.65
RemoteRead
Method · 0.65
Calls
no outgoing calls
Tested by
15
mockBucket
Function · 0.52
TestQuerierRemoteRead
Function · 0.52
TestQuerierResponseCompression
Function · 0.52
TestQueryFrontendResponseCompression
Function · 0.52
Test_EncodeMultikey
Function · 0.52
Test_DecodeMultikey
Function · 0.52
Encode
Method · 0.52
Encode
Method · 0.52
marshalKeyValuePair
Function · 0.52
encodeMessage
Function · 0.52
TestQuerierLoopClient_WithLogicalPlan
Function · 0.52
TestQuerierLoopClient_WithLogicalPlan_Fragmented
Function · 0.52