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

Method ElementsUntilExpand

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

The hash set expands when Size() reaches ElementsUntilExpand().

Source from the content-addressed store, hash-verified

516
517 // The hash set expands when Size() reaches ElementsUntilExpand().
518 size_t ElementsUntilExpand() const {
519 return elements_until_expand_;
520 }
521
522 size_t NumBuckets() const {
523 return num_buckets_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected