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

Method List

tempodb/backend/cache/cache.go:68–70  ·  view source on GitHub ↗

List implements backend.RawReader

(ctx context.Context, keypath backend.KeyPath)

Source from the content-addressed store, hash-verified

66
67// List implements backend.RawReader
68func (r *readerWriter) List(ctx context.Context, keypath backend.KeyPath) ([]string, error) {
69 return r.nextReader.List(ctx, keypath)
70}
71
72func (r *readerWriter) ListBlocks(ctx context.Context, tenant string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) {
73 return r.nextReader.ListBlocks(ctx, tenant)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected