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

Method MaxCurrentChunkTime

pkg/querier/batch/merge.go:168–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168func (c *mergeIterator) MaxCurrentChunkTime() int64 {
169 if len(c.h) < 1 {
170 return -1
171 }
172
173 return c.h[0].MaxCurrentChunkTime()
174}
175
176func (c *mergeIterator) Batch() promchunk.Batch {
177 return c.batches[0]

Callers

nothing calls this directly

Calls 1

MaxCurrentChunkTimeMethod · 0.65

Tested by

no test coverage detected