MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / SpPutString

Method SpPutString

src/render_panel/gr_context.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 void GrContext::SpPutString(const std::string& key, const std::string& value) {
356 sp_->Put(key, value);
357 }
358
359 std::string GrContext::SpGetString(const std::string& key, const std::string& def_val) {
360 return sp_->Get(key, def_val);

Callers 4

SaveUserInfoMethod · 0.80
UpdateUsernameMethod · 0.80
UpdatePasswordMethod · 0.80
UpdateAvatarPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected