| 604 | } |
| 605 | |
| 606 | type mockSeries struct { |
| 607 | startTimestamps []int64 |
| 608 | timestamps []int64 |
| 609 | values []float64 |
| 610 | labelSet []string |
| 611 | } |
| 612 | |
| 613 | func (s mockSeries) Labels() labels.Labels { |
| 614 | return labels.FromStrings(s.labelSet...) |
nothing calls this directly
no outgoing calls
no test coverage detected