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

Method SetDeviceRandomPwd

src/render_panel/gr_settings.cpp:247–249  ·  view source on GitHub ↗

Device Random Pwd // Set

Source from the content-addressed store, hash-verified

245
246 // Device Random Pwd // Set
247 void GrSettings::SetDeviceRandomPwd(const std::string& pwd) {
248 sp_->Put(kStDeviceRandomPwd, pwd);
249 }
250
251 // Device Random Pwd // Get
252 std::string GrSettings::GetDeviceRandomPwd() {

Callers 5

ClearDataMethod · 0.95
CheckThisDeviceInfoMethod · 0.80
RequestNewClientIdMethod · 0.80
TabServerMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected