Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
48
public:
49
HashMap() = default;
50
51
template<typename AnyMap>
52
explicit HashMap(const AnyMap &map) {
Callers
nothing calls this directly
Calls
3
entrySet
Method · 0.45
getKey
Method · 0.45
getValue
Method · 0.45
Tested by
no test coverage detected