Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ ChunkOrIterableWithCopy
Method
ChunkOrIterableWithCopy
tsdb/head_read.go:522–522 ·
view source on GitHub ↗
(meta chunks.Meta)
Source
from the content-addressed store, hash-verified
520
521
type
ChunkReaderWithCopy
interface
{
522
ChunkOrIterableWithCopy(meta chunks.Meta) (chunkenc.Chunk, chunkenc.Iterable, int64, error)
523
}
524
525
// ChunkOrIterableWithCopy returns the chunk for the reference number.
Callers
1
next
Method · 0.65
Implementers
2
HeadAndOOOChunkReader
tsdb/ooo_head_read.go
headChunkReader
tsdb/head_read.go
Calls
no outgoing calls
Tested by
no test coverage detected