Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
12
type
Codec
interface
{
13
Decode([]byte) (any, error)
14
Encode(any) ([]byte, error)
15
16
DecodeMultiKey(
map
[string][]byte) (any, error)
Callers
15
TestQuerierRemoteRead
Function · 0.65
TestOverridesAPIWithRunningCortex
Function · 0.65
RemoteRead
Method · 0.65
doRequest
Function · 0.65
setConfig
Method · 0.65
CAS
Method · 0.65
WatchKey
Method · 0.65
WatchPrefix
Method · 0.65
Get
Method · 0.65
WatchPrefix
Method · 0.65
cas
Method · 0.65
WatchKey
Method · 0.65
Calls
no outgoing calls
Tested by
4
TestQuerierRemoteRead
Function · 0.52
TestOverridesAPIWithRunningCortex
Function · 0.52
decodeDataFromMarshalledKeyValuePair
Function · 0.52
TestRemoteReadHandler
Function · 0.52