Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
(it *nonOverlappingIterator) Batch() promchunk.Batch {
66
return
it.iter.Batch()
67
}
68
69
func
(it *nonOverlappingIterator) Err() error {
70
if
it.curr < len(it.chunks) {
Callers
nothing calls this directly
Calls
1
Batch
Method · 0.65
Tested by
no test coverage detected