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

Function compactedMeta

tempodb/blocklist/list_test.go:543–549  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

541}
542
543func compactedMeta(id string) *backend.CompactedBlockMeta {
544 return &backend.CompactedBlockMeta{
545 BlockMeta: backend.BlockMeta{
546 BlockID: backend.MustParse(id),
547 },
548 }
549}

Callers 3

TestUpdateFunction · 0.85
TestUpdateCompactedFunction · 0.85
BenchmarkUpdateFunction · 0.85

Calls 1

MustParseFunction · 0.92

Tested by

no test coverage detected