MCPcopy 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
554void AppConfig::setConfigName(std::string configName_in) {
555 configName = configName_in;
556}
557
558std::string AppConfig::getConfigFileName(bool ignoreName) {
559 std::string cfgFileDir = getConfigDir();

Callers 1

OnCmdLineParsedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected