MCPcopy
hub / github.com/prometheus/prometheus / blockIndexReader

Struct blockIndexReader

tsdb/block.go:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481type blockIndexReader struct {
482 ir IndexReader
483 b *Block
484}
485
486func (r blockIndexReader) Symbols() index.StringIter {
487 return r.ir.Symbols()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected