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

Function meta

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

Source from the content-addressed store, hash-verified

535}
536
537func meta(id string) *backend.BlockMeta {
538 return &backend.BlockMeta{
539 BlockID: backend.MustParse(id),
540 }
541}
542
543func compactedMeta(id string) *backend.CompactedBlockMeta {
544 return &backend.CompactedBlockMeta{

Callers 2

TestUpdateFunction · 0.85
BenchmarkUpdateFunction · 0.85

Calls 1

MustParseFunction · 0.92

Tested by

no test coverage detected