Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void ConfigManager::release(bool modified) {
79
changed |= modified;
80
mtx.unlock();
81
}
82
83
void ConfigManager::autoSaveWorker() {
84
while (autoSaveEnabled) {
Callers
15
HackRFSourceModule
Method · 0.45
selectBySerial
Method · 0.45
menuHandler
Method · 0.45
RTLTCPSourceModule
Method · 0.45
menuHandler
Method · 0.45
_INIT_
Function · 0.45
FileSourceModule
Method · 0.45
menuHandler
Method · 0.45
RTLSDRSourceModule
Method · 0.45
selectById
Method · 0.45
menuHandler
Method · 0.45
AirspyHFSourceModule
Method · 0.45
Calls
1
unlock
Method · 0.80
Tested by
no test coverage detected