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

Function newBlocklist

tempodb/blocklist/poller_test.go:1444–1450  ·  view source on GitHub ↗
(metas PerTenant, compactedMetas PerTenantCompacted)

Source from the content-addressed store, hash-verified

1442}
1443
1444func newBlocklist(metas PerTenant, compactedMetas PerTenantCompacted) *List {
1445 l := New()
1446
1447 l.ApplyPollResults(metas, compactedMetas)
1448
1449 return l
1450}

Callers 5

TestTenantIndexBuilderFunction · 0.85
TestTenantIndexFallbackFunction · 0.85
BenchmarkPoller10kFunction · 0.85

Calls 2

ApplyPollResultsMethod · 0.80
NewFunction · 0.70

Tested by

no test coverage detected