MCPcopy 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
26type Decoder interface {
27 Decode(body []byte) (promql.Vector, Warnings, error)
28 ContentType() string
29}
30

Callers 13

DecodeMethod · 0.95
DecodeMethod · 0.95
loadMethod · 0.95
ReadIndexFunction · 0.95
ReadUserIndexFunction · 0.95
testLoadOverridesFunction · 0.95
UnmarshalJSONMethod · 0.95
DecodeMethod · 0.65
TestProtoDecodeFunction · 0.65
TestJsonDecodeFunction · 0.65

Implementers 2

JsonDecoderpkg/ruler/frontend_decoder.go
ProtobufDecoderpkg/ruler/frontend_decoder.go

Calls

no outgoing calls

Tested by 7

DecodeMethod · 0.76
DecodeMethod · 0.76
testLoadOverridesFunction · 0.76
TestProtoDecodeFunction · 0.52
TestJsonDecodeFunction · 0.52