Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
543
func
compactedMeta(id string) *backend.CompactedBlockMeta {
544
return
&backend.CompactedBlockMeta{
545
BlockMeta: backend.BlockMeta{
546
BlockID: backend.MustParse(id),
547
},
548
}
549
}
Callers
3
TestUpdate
Function · 0.85
TestUpdateCompacted
Function · 0.85
BenchmarkUpdate
Function · 0.85
Calls
1
MustParse
Function · 0.92
Tested by
no test coverage detected