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

Method size

library/include/BitArray.h:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 T *data() { return m_data; }
252 const T *data() const { return m_data; }
253 unsigned size() const { return m_size; }
254
255 T *begin() { return m_data; }
256 T *end() { return m_data+m_size; }

Callers 15

linear_indexFunction · 0.45
binsearch_indexFunction · 0.45
random_indexFunction · 0.45
vector_getFunction · 0.45
vector_erase_atFunction · 0.45
insert_into_vectorFunction · 0.45
writeSTLStringFunction · 0.45
copySTLStringFunction · 0.45
PushFunction · 0.45
PushVectorFunction · 0.45
CallLuaModuleFunctionFunction · 0.45
DfArrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected