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

Method Batch

pkg/querier/batch/non_overlapping.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (it *nonOverlappingIterator) Batch() promchunk.Batch {
66 return it.iter.Batch()
67}
68
69func (it *nonOverlappingIterator) Err() error {
70 if it.curr < len(it.chunks) {

Callers

nothing calls this directly

Calls 1

BatchMethod · 0.65

Tested by

no test coverage detected