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

Method SetDevelopModeEnabled

src/render_panel/gr_settings.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 void GrSettings::SetDevelopModeEnabled(bool enable) {
439 sp_->Put(kStDevelopMode, enable ? kStTrue : kStFalse);
440 }
441
442 bool GrSettings::IsDevelopMode() {
443 auto value = sp_->Get(kStDevelopMode);

Callers 1

StSecurityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected