Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ data
Method
data
library/include/BitArray.h:251–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
typedef T value_type;
250
251
T *data() { return m_data; }
252
const T *data() const { return m_data; }
253
unsigned size() const { return m_size; }
254
Callers
15
init_run_script
Function · 0.45
init_enable_script
Function · 0.45
prefix_matches
Function · 0.45
getMemRanges
Method · 0.45
dfhack_lineedit_sync
Function · 0.45
SafeCallString
Method · 0.45
RunCoreQueryLoop
Method · 0.45
lua_read
Method · 0.45
dfhack_random_init
Function · 0.45
dfhack_random_unitvector
Function · 0.45
hotkey_getKeybindingInput
Function · 0.45
hotkey_pushBindArray
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected