MCPcopy Index your code
hub / github.com/lxn/walk / Sort

Method Sort

reflectmodels.go:345–347  ·  view source on GitHub ↗
(col int, order SortOrder)

Source from the content-addressed store, hash-verified

343}
344
345func (m *sortedReflectTableModel) Sort(col int, order SortOrder) error {
346 return m.reflectTableModel.sort(col, order)
347}
348
349type sortedImageReflectTableModel struct {
350 *reflectTableModel

Callers

nothing calls this directly

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected