Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ mockIterator
Struct
mockIterator
pkg/querier/batch/chunk_test.go:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
type
mockIterator
struct
{
144
seeks int
145
}
146
147
func
(i *mockIterator) Scan() chunkenc.ValueType {
148
return
chunkenc.ValFloat
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected