Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ sort
Method
sort
src/RedisView/Model/KeyTreeModel.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void KeyTreeModel::sort(int column, Qt::SortOrder order) {
81
Q_UNUSED(column)
82
recurSortItem(rootItem, order);
83
}
84
85
void KeyTreeModel::recurSortItem(KeyTreeItem *item, Qt::SortOrder order) {
86
if(item == nullptr)
Callers
1
sortItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected