Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ BitArray
Method
BitArray
library/include/BitArray.h:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
public:
88
BitArray() : _bits(nullptr), _size(0) {}
89
BitArray(const BitArray<T> &other) : _bits(nullptr), _size(0)
90
{
91
resize(other._size, &other);
Callers
nothing calls this directly
Calls
1
resize
Function · 0.70
Tested by
no test coverage detected