Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antgroup/vsag
/ Clear
Method
Clear
src/impl/bitset/fast_bitset.cpp:227–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void
228
FastBitset::Clear() {
229
this->size_ = 0;
230
this->set_fill_bit(false);
231
}
232
233
void
234
FastBitset::resize(uint32_t new_size, uint64_t fill) {
Callers
3
Or
Method · 0.95
And
Method · 0.95
search_impl
Method · 0.45
Calls
1
set_fill_bit
Method · 0.95
Tested by
no test coverage detected