Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexandreRouma/SDRPlusPlus
/ setPath
Method
setPath
core/src/config.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void ConfigManager::setPath(std::string file) {
16
path = file;
17
}
18
19
void ConfigManager::load(json def, bool lock) {
20
if (lock) { mtx.lock(); }
Callers
15
_INIT_
Function · 0.45
_INIT_
Function · 0.45
FileSourceModule
Method · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
_INIT_
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected