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

Method IsDisplayRandomPwd

src/render_panel/gr_settings.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 bool GrSettings::IsDisplayRandomPwd() {
470 auto value = sp_->Get(kStDisplayRandomPwd);
471 return value.empty() || value == kStTrue;
472 }
473
474 void GrSettings::SetPreferDecoder(const std::string& decoder) {
475 sp_->Put(kStPreferDecoder, decoder);

Callers 2

TabServerMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected