MCPcopy
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
13type Block struct {
14 meta *backend.BlockMeta
15}
16
17var _ common.BackendBlock = &Block{}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected