MCPcopy 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_scriptFunction · 0.45
init_enable_scriptFunction · 0.45
prefix_matchesFunction · 0.45
getMemRangesMethod · 0.45
dfhack_lineedit_syncFunction · 0.45
SafeCallStringMethod · 0.45
RunCoreQueryLoopMethod · 0.45
lua_readMethod · 0.45
dfhack_random_initFunction · 0.45
dfhack_random_unitvectorFunction · 0.45
hotkey_pushBindArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected