MCPcopy 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
15void ConfigManager::setPath(std::string file) {
16 path = file;
17}
18
19void ConfigManager::load(json def, bool lock) {
20 if (lock) { mtx.lock(); }

Callers 15

_INIT_Function · 0.45
_INIT_Function · 0.45
FileSourceModuleMethod · 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