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

Method release

core/src/config.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void ConfigManager::release(bool modified) {
79 changed |= modified;
80 mtx.unlock();
81}
82
83void ConfigManager::autoSaveWorker() {
84 while (autoSaveEnabled) {

Callers 15

HackRFSourceModuleMethod · 0.45
selectBySerialMethod · 0.45
menuHandlerMethod · 0.45
RTLTCPSourceModuleMethod · 0.45
menuHandlerMethod · 0.45
_INIT_Function · 0.45
FileSourceModuleMethod · 0.45
menuHandlerMethod · 0.45
RTLSDRSourceModuleMethod · 0.45
selectByIdMethod · 0.45
menuHandlerMethod · 0.45
AirspyHFSourceModuleMethod · 0.45

Calls 1

unlockMethod · 0.80

Tested by

no test coverage detected