| 2434 | } |
| 2435 | |
| 2436 | type mockIndex struct { |
| 2437 | series map[storage.SeriesRef]series |
| 2438 | postings map[labels.Label][]storage.SeriesRef |
| 2439 | symbols map[string]struct{} |
| 2440 | } |
| 2441 | |
| 2442 | func newMockIndex() mockIndex { |
| 2443 | ix := mockIndex{ |
nothing calls this directly
no outgoing calls
no test coverage detected