Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ end
Method
end
library/include/BitArray.h:256–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
255
T *begin() { return m_data; }
256
T *end() { return m_data+m_size; }
257
258
T& operator[] (unsigned i) { return m_data[i]; }
259
const T& operator[] (unsigned i) const { return m_data[i]; }
Callers
15
normalize_newlines
Function · 0.45
removeFromTickQueue
Function · 0.45
unregister
Method · 0.45
unregisterAll
Method · 0.45
onStateChange
Method · 0.45
manageTickEvent
Function · 0.45
manageJobInitiatedEvent
Function · 0.45
manageJobStartedEvent
Function · 0.45
manageJobCompletedEvent
Function · 0.45
manageNewUnitActiveEvent
Function · 0.45
manageUnitDeathEvent
Function · 0.45
manageItemCreationEvent
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected