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