MCPcopy
hub / github.com/lxn/walk / sortedImageReflectTableModel

Struct sortedImageReflectTableModel

reflectmodels.go:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349type sortedImageReflectTableModel struct {
350 *reflectTableModel
351}
352
353func (m *sortedImageReflectTableModel) Sort(col int, order SortOrder) error {
354 return m.reflectTableModel.sort(col, order)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected