MCPcopy 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
485protected:
486 static void clear_fn(ListEntry<T> &e) { e.selected = false; }

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected