MCPcopy Create free account
hub / github.com/Tessil/hat-trie / load_factor

Method load_factor

include/tsl/array-hash/array_map.h:799–799  ·  view source on GitHub ↗

* Hash policy */

Source from the content-addressed store, hash-verified

797 * Hash policy
798 */
799 float load_factor() const { return m_ht.load_factor(); }
800 float max_load_factor() const { return m_ht.max_load_factor(); }
801 void max_load_factor(float ml) { m_ht.max_load_factor(ml); }
802

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected