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

Method Sort

models.go:276–282  ·  view source on GitHub ↗
(col int, order SortOrder)

Source from the content-addressed store, hash-verified

274}
275
276func (srtmb *SortedReflectTableModelBase) Sort(col int, order SortOrder) error {
277 if srtmb.sort != nil {
278 return srtmb.sort(col, order)
279 }
280
281 return srtmb.SorterBase.Sort(col, order)
282}
283
284// Populator is an interface that can be implemented by Reflect*Models and slice
285// types to populate themselves on demand.

Callers

nothing calls this directly

Calls 2

sortMethod · 0.80
SortMethod · 0.65

Tested by

no test coverage detected