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

Method GetDeviceRandomPwd

src/render_panel/gr_settings.cpp:252–254  ·  view source on GitHub ↗

Device Random Pwd // Get

Source from the content-addressed store, hash-verified

250
251 // Device Random Pwd // Get
252 std::string GrSettings::GetDeviceRandomPwd() {
253 return sp_->Get(kStDeviceRandomPwd, "");
254 }
255
256 // Device Security Pwd // Set
257 void GrSettings::SetDeviceSecurityPwd(const std::string& pwd) {

Callers 9

GetArgsMethod · 0.80
CheckThisDeviceInfoMethod · 0.80
RequestNewClientIdMethod · 0.80
IsDeviceInfoOkMethod · 0.80
StartStreamMethod · 0.80
RpSyncPanelInfoMethod · 0.80
TabServerMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected