| 23 | ) |
| 24 | |
| 25 | type iteratorConcator struct { |
| 26 | index int |
| 27 | iterators []api.Iterator |
| 28 | } |
| 29 | |
| 30 | func newIteratorConcator(iterators ...api.Iterator) *iteratorConcator { |
| 31 | return &iteratorConcator{ |
nothing calls this directly
no outgoing calls
no test coverage detected