Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ Decode
Method
Decode
pkg/ruler/frontend_decoder.go:27–27 ·
view source on GitHub ↗
(body []byte)
Source
from the content-addressed store, hash-verified
25
26
type
Decoder
interface
{
27
Decode(body []byte) (promql.Vector, Warnings, error)
28
ContentType() string
29
}
30
Callers
13
Decode
Method · 0.95
Decode
Method · 0.95
load
Method · 0.95
ReadIndex
Function · 0.95
ReadUserIndex
Function · 0.95
testLoadOverrides
Function · 0.95
TestLimitsLoadingFromJson
Function · 0.95
UnmarshalJSON
Method · 0.95
Decode
Method · 0.65
TestNotifierSendExternalLabels
Function · 0.65
TestProtoDecode
Function · 0.65
TestJsonDecode
Function · 0.65
Implementers
2
JsonDecoder
pkg/ruler/frontend_decoder.go
ProtobufDecoder
pkg/ruler/frontend_decoder.go
Calls
no outgoing calls
Tested by
7
Decode
Method · 0.76
Decode
Method · 0.76
testLoadOverrides
Function · 0.76
TestLimitsLoadingFromJson
Function · 0.76
TestNotifierSendExternalLabels
Function · 0.52
TestProtoDecode
Function · 0.52
TestJsonDecode
Function · 0.52