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

Method atTime

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

Source from the content-addressed store, hash-verified

45}
46
47func (bs *batchStream) atTime() int64 {
48 return (*bs)[0].Timestamps[(*bs)[0].Index]
49}
50
51func (bs *batchStream) at() (int64, float64) {
52 b := &(*bs)[0]

Callers 1

mergeStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected