MCPcopy Create free account
hub / github.com/DFHack/dfhack / getDisplayListSize

Method getDisplayListSize

plugins/listcolumn.h:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 size_t getDisplayListSize()
358 {
359 return display_list.size();
360 }
361
362 vector<ListEntry<T>*> &getDisplayList()
363 {

Callers 3

populateDwarfColumnMethod · 0.80
populateDwarfColumnMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected