MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / hash_funct

Method hash_funct

libCacheSim/dataStructure/sparsepp/spp.h:2613–2613  ·  view source on GitHub ↗

accessor functions for the things we templatize on, basically -------------------------------------------------------------

Source from the content-addressed store, hash-verified

2611 // accessor functions for the things we templatize on, basically
2612 // -------------------------------------------------------------
2613 hasher hash_funct() const { return settings; }
2614 key_equal key_eq() const { return key_info; }
2615 allocator_type get_allocator() const { return table.get_allocator(); }
2616

Callers 2

hash_functMethod · 0.45
hash_functMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected