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

Method Value

pkg/chunk/chunk.go:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93func (e errorIterator) Scan() chunkenc.ValueType { return chunkenc.ValNone }
94func (e errorIterator) FindAtOrAfter(time model.Time) chunkenc.ValueType { return chunkenc.ValNone }
95func (e errorIterator) Value() model.SamplePair { panic("no values") }
96func (e errorIterator) AtHistogram(_ *histogram.Histogram) (int64, *histogram.Histogram) {
97 panic("no values")
98}

Callers 12

TestMockKV_TxnFunction · 0.45
setupRequestSigningMethod · 0.45
GetEngineTypeFunction · 0.45
getBlockStoreTypeFunction · 0.45
ExtractBlocksFromContextFunction · 0.45
FromContextFunction · 0.45
TestNewResourceFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestMockKV_TxnFunction · 0.36
TestNewResourceFunction · 0.36