| 361 | )` |
| 362 | |
| 363 | type benchmarkWriteTableCopyFromSrc struct { |
| 364 | count int |
| 365 | idx int |
| 366 | row []any |
| 367 | } |
| 368 | |
| 369 | func (s *benchmarkWriteTableCopyFromSrc) Next() bool { |
| 370 | next := s.idx < s.count |
nothing calls this directly
no outgoing calls
no test coverage detected