Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ getValue
Method
getValue
app/src/main/cpp/utils/HashMap.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
[[nodiscard]] V *getValue() const {
29
return &value;
30
}
31
32
template<typename... Args>
33
void setValue(Args &&...args) const {
Callers
3
HashMap
Method · 0.45
get
Method · 0.45
putAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected