| 626 | } |
| 627 | |
| 628 | type testCollector struct { |
| 629 | reset func(rowNumber RowNumber) |
| 630 | collect func(r *IteratorResult, param any) |
| 631 | result func() *IteratorResult |
| 632 | } |
| 633 | |
| 634 | var _ Collector = (*testCollector)(nil) |
| 635 |
nothing calls this directly
no outgoing calls
no test coverage detected