Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getDisplayedListSize
Method
getDisplayedListSize
plugins/listcolumn.h:480–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
size_t getDisplayedListSize()
481
{
482
return display_list.size();
483
}
484
485
protected:
486
static void clear_fn(ListEntry<T> &e) { e.selected = false; }
Callers
1
populateActivityColumn
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected