MCPcopy
hub / github.com/grafana/tempo / allReader

Struct allReader

tempodb/backend/readerat.go:60–62  ·  view source on GitHub ↗

allReader wraps an AllReader and implements backend.ContextReader

Source from the content-addressed store, hash-verified

58
59// allReader wraps an AllReader and implements backend.ContextReader
60type allReader struct {
61 r AllReader
62}
63
64// NewContextReaderWithAllReader wraps a normal ReaderAt and drops the context
65func NewContextReaderWithAllReader(r AllReader) ContextReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected