Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_index
Function · 0.45
binsearch_index
Function · 0.45
random_index
Function · 0.45
vector_get
Function · 0.45
vector_erase_at
Function · 0.45
insert_into_vector
Function · 0.45
writeSTLString
Function · 0.45
copySTLString
Function · 0.45
Push
Function · 0.45
PushVector
Function · 0.45
CallLuaModuleFunction
Function · 0.45
DfArray
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected