Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reset
Method
reset
src/common/classes/sparse_bitmap.h:183–187 ·
view source on GitHub ↗
Clear bitmap if it is not NULL
Source
from the content-addressed store, hash-verified
181
182
// Clear bitmap if it is not NULL
183
static void reset(SparseBitmap* bitmap)
184
{
185
if (bitmap)
186
bitmap->clear();
187
}
188
189
size_t approxSize() const
190
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected