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

Method ReadAll

tempodb/backend/readerat.go:15–15  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

13type ContextReader interface {
14 ReadAt(ctx context.Context, p []byte, off int64) (int, error)
15 ReadAll(ctx context.Context) ([]byte, error)
16
17 // Return an io.Reader representing the underlying. May not be supported by all implementations
18 Reader() (io.Reader, error)

Callers 15

ReadAllMethod · 0.65
TestReadWriteFunction · 0.65
TestCacheKeysFunction · 0.65
newCmdFunction · 0.65
runCobraFunction · 0.65
readBytesFunction · 0.65
scrapeMetricsFunction · 0.65

Implementers 2

backendReadertempodb/backend/readerat.go
allReadertempodb/backend/readerat.go

Calls

no outgoing calls

Tested by 15

TestReadWriteFunction · 0.52
TestCacheKeysFunction · 0.52
runCobraFunction · 0.52
readBytesFunction · 0.52
scrapeMetricsFunction · 0.52