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

Method GetMaxLoadFactor

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

Source from the content-addressed store, hash-verified

494 }
495
496 double GetMaxLoadFactor() const {
497 return max_load_factor_;
498 }
499
500 // Change the load factor of the hash set. If the current load factor is greater than the max
501 // specified, then we resize the hash table storage.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected