MCPcopy Create free account
hub / github.com/cortexproject/cortex / at

Method at

pkg/querier/batch/stream.go:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (bs *batchStream) at() (int64, float64) {
52 b := &(*bs)[0]
53 return b.Timestamps[b.Index], b.Values[b.Index]
54}
55
56func mergeStreams(left, right batchStream, result batchStream, size int) batchStream {
57 // Reset the Index and Length of existing batches.

Callers 1

mergeStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected