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

Method BlockMeta

modules/blockbuilder/writeable_block.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (b *WriteableBlock) BlockMeta() *backend.BlockMeta { return b.backendBlock.BlockMeta() }
45
46func (b *WriteableBlock) Write(ctx context.Context, w backend.Writer) error {
47 err := encoding.CopyBlock(ctx, b.BlockMeta(), b.reader, w)

Callers 2

WriteMethod · 0.95
setFlushedMethod · 0.95

Implementers 1

WriteableBlockmodules/blockbuilder/writeable_block.g

Calls 1

BlockMetaMethod · 0.65

Tested by

no test coverage detected