Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ SaveKeyValue
Method
SaveKeyValue
src/client/ct_client_context.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void ClientContext::SaveKeyValue(const std::string& k, const std::string& v) {
115
sp_->Put(k, v);
116
}
117
118
std::string ClientContext::GetValueByKey(const std::string& k) {
119
return sp_->Get(k);
Callers
1
mouseReleaseEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected