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

Method SetDisplayRandomPwd

src/render_panel/gr_settings.cpp:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 }
464
465 void GrSettings::SetDisplayRandomPwd(bool enable) {
466 sp_->Put(kStDisplayRandomPwd, enable ? kStTrue : kStFalse);
467 }
468
469 bool GrSettings::IsDisplayRandomPwd() {
470 auto value = sp_->Get(kStDisplayRandomPwd);

Callers 1

TabServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected