| 579 | } |
| 580 | |
| 581 | type positionalStructRowScanner struct { |
| 582 | ptrToStruct any |
| 583 | } |
| 584 | |
| 585 | func (rs *positionalStructRowScanner) ScanRow(rows CollectableRow) error { |
| 586 | typ := reflect.TypeOf(rs.ptrToStruct).Elem() |
nothing calls this directly
no outgoing calls
no test coverage detected