Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ sort
Method
sort
plugins/listcolumn.h:465–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
}
464
465
void sort(bool force_sort = false)
466
{
467
if (force_sort || list.size() < 100)
468
std::sort(list.begin(), list.end(), sort_fn);
469
470
filterDisplay();
471
}
472
473
void setTitle(const string t)
474
{
Callers
3
ui_setup
Function · 0.80
consolidate_changelog
Function · 0.80
tag_domain_merge_domaindata
Function · 0.80
Calls
4
sort
Function · 0.85
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected