MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / enableAutoSave

Method enableAutoSave

core/src/config.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void ConfigManager::enableAutoSave() {
57 if (autoSaveEnabled) { return; }
58 autoSaveEnabled = true;
59 termFlag = false;
60 autoSaveThread = std::thread(&ConfigManager::autoSaveWorker, this);
61}
62
63void ConfigManager::disableAutoSave() {
64 if (!autoSaveEnabled) { return; }

Callers 15

_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80
_INIT_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected