MCPcopy 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_setupFunction · 0.80
consolidate_changelogFunction · 0.80

Calls 4

sortFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected