Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setConfigName
Method
setConfigName
src/AppConfig.cpp:554–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
553
554
void AppConfig::setConfigName(std::string configName_in) {
555
configName = configName_in;
556
}
557
558
std::string AppConfig::getConfigFileName(bool ignoreName) {
559
std::string cfgFileDir = getConfigDir();
Callers
1
OnCmdLineParsed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected