Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ IsFreeSlot
Method
IsFreeSlot
Bcore/src/main/cpp/base/hash_set.h:577–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
}
576
577
bool IsFreeSlot(size_t index) const {
578
return emptyfn_.IsEmpty(ElementForIndex(index));
579
}
580
581
// Allocate a number of buckets.
582
void AllocateStorage(size_t num_buckets) {
Callers
2
BaseIterator
Class · 0.80
NextNonEmptySlot
Method · 0.80
Calls
1
IsEmpty
Method · 0.45
Tested by
no test coverage detected