Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ clear
Method
clear
source/util/bhashtable.h:273–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void clear() noexcept {
274
slots.clear();
275
count = 0;
276
max_hash_offset = 0;
277
}
278
279
///////////////////////////////////////////////////////////////
280
// Actual hash table operations: Get, Insert/Replace, Delete //
Callers
1
BHashTable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected