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

Method SpGetString

src/render_panel/gr_context.cpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 }
358
359 std::string GrContext::SpGetString(const std::string& key, const std::string& def_val) {
360 return sp_->Get(key, def_val);
361 }
362
363 void GrContext::SpPutInteger(const std::string& key, int value) {
364 sp_->PutInt(key, value);

Callers 4

GetUserIdMethod · 0.80
GetUsernameMethod · 0.80
GetPasswordMethod · 0.80
GetAvatarPathMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected