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

Method IsDevelopMode

src/render_panel/gr_settings.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 bool GrSettings::IsDevelopMode() {
443 auto value = sp_->Get(kStDevelopMode);
444 return !value.empty() && value == kStTrue;
445 }
446
447 void GrSettings::SetFileTransferEnabled(bool enable) {
448 sp_->Put(kStFileTransferEnabled, enable ? kStTrue : kStFalse);

Callers 3

GrWorkspaceMethod · 0.80
StartStreamMethod · 0.80
StSecurityMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected