Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ queueSort
Method
queueSort
src/filetreeitem.cpp:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
};
227
228
void FileTreeItem::queueSort()
229
{
230
if (!m_children.empty()) {
231
m_model->queueSortItem(this);
232
}
233
}
234
235
void FileTreeItem::makeSortingStale()
236
{
Callers
nothing calls this directly
Calls
2
queueSortItem
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected