| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected