MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / IsDebugLoggingEnabled

Method IsDebugLoggingEnabled

desktop/src/ui/SettingsForm.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool SettingsForm::IsDebugLoggingEnabled() {
33 return std::filesystem::exists(AppSettings::GetBaseDir() / "LOG_DEBUG");
34}
35
36void SettingsForm::SetDebugLoggingEnabled(bool enabled) {
37 if(enabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected