MCPcopy 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
227void
228FastBitset::Clear() {
229 this->size_ = 0;
230 this->set_fill_bit(false);
231}
232
233void
234FastBitset::resize(uint32_t new_size, uint64_t fill) {

Callers 3

OrMethod · 0.95
AndMethod · 0.95
search_implMethod · 0.45

Calls 1

set_fill_bitMethod · 0.95

Tested by

no test coverage detected