| 549 | } |
| 550 | |
| 551 | type testSeriesSet struct { |
| 552 | series Series |
| 553 | } |
| 554 | |
| 555 | func (testSeriesSet) Next() bool { return true } |
| 556 | func (s testSeriesSet) At() Series { return s.series } |
nothing calls this directly
no outgoing calls
no test coverage detected