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

Method BlockMeta

tempodb/encoding/unsupported/block.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (b Block) BlockMeta() *backend.BlockMeta {
24 return b.meta
25}
26
27func (b Block) Search(context.Context, *tempopb.SearchRequest, common.SearchOptions) (*tempopb.SearchResponse, error) {
28 return &tempopb.SearchResponse{}, nil

Callers 3

testCompleteBlockFunction · 0.95
testAppendBlockStartEndFunction · 0.95
testIngestionSlackFunction · 0.95

Calls

no outgoing calls

Tested by 3

testCompleteBlockFunction · 0.76
testAppendBlockStartEndFunction · 0.76
testIngestionSlackFunction · 0.76