MCPcopy 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

BaseIteratorClass · 0.80
NextNonEmptySlotMethod · 0.80

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected