MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / NumBuckets

Method NumBuckets

Bcore/src/main/cpp/base/hash_set.h:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 size_t NumBuckets() const {
523 return num_buckets_;
524 }
525
526 private:
527 T& ElementForIndex(size_t index) {

Callers 2

NextNonEmptySlotMethod · 0.80
HashSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected