| 584 | } |
| 585 | |
| 586 | type errChunkSeriesSet struct { |
| 587 | err error |
| 588 | } |
| 589 | |
| 590 | func (errChunkSeriesSet) Next() bool { return false } |
| 591 | func (errChunkSeriesSet) At() ChunkSeries { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected