MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetConfigFile

Function GetConfigFile

src/util.cpp:582–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582boost::filesystem::path GetConfigFile()
583{
584 boost::filesystem::path pathConfigFile(GetArg("-conf", "lux.conf"));
585 if (!pathConfigFile.is_complete())
586 pathConfigFile = GetDataDir(false) / pathConfigFile;
587
588 return pathConfigFile;
589}
590
591boost::filesystem::path GetMasternodeConfigFile()
592{

Callers 5

AppInit2Function · 0.85
ReadConfigFileFunction · 0.85
WriteConfigToFileFunction · 0.85
CallRPCFunction · 0.85
openConfigfileFunction · 0.85

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected