Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Block
Struct
Block
tempodb/encoding/unsupported/block.go:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Block
struct
{
14
meta *backend.BlockMeta
15
}
16
17
var
_ common.BackendBlock = &Block{}
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected