(_ uint32)
| 87 | } |
| 88 | |
| 89 | func (c *anyCombiner) IsCompleteFor(_ uint32) bool { |
| 90 | return c.Count() >= c.limit && c.limit > 0 |
| 91 | } |
| 92 | |
| 93 | func (c *anyCombiner) Metadata() []*tempopb.TraceSearchMetadata { |
| 94 | m := make([]*tempopb.TraceSearchMetadata, 0, len(c.trs)) |
no test coverage detected