Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
345
func
(m *sortedReflectTableModel) Sort(col int, order SortOrder) error {
346
return
m.reflectTableModel.sort(col, order)
347
}
348
349
type
sortedImageReflectTableModel
struct
{
350
*reflectTableModel
Callers
nothing calls this directly
Calls
1
sort
Method · 0.80
Tested by
no test coverage detected