MCPcopy Create free account
hub / github.com/cinit/TMoe / HashMap

Method HashMap

app/src/main/cpp/utils/HashMap.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 std::unordered_map<K, std::shared_ptr<Entry>, Hash, Pred> backend;
48public:
49 HashMap() = default;
50
51 template<typename AnyMap>
52 explicit HashMap(const AnyMap &map) {

Callers

nothing calls this directly

Calls 3

entrySetMethod · 0.45
getKeyMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected