| 347 | } |
| 348 | |
| 349 | type sortedImageReflectTableModel struct { |
| 350 | *reflectTableModel |
| 351 | } |
| 352 | |
| 353 | func (m *sortedImageReflectTableModel) Sort(col int, order SortOrder) error { |
| 354 | return m.reflectTableModel.sort(col, order) |
nothing calls this directly
no outgoing calls
no test coverage detected