Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ resetAll
Method
resetAll
Sources/nCine/Base/BitArray.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void BitArray::resetAll()
144
{
145
std::size_t size = BITS_TO_CHARS(_size);
146
std::fill_n(_data, size, 0);
147
}
148
149
void BitArray::set(std::size_t bit)
150
{
Callers
1
BitArray.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected