MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetConfigFile

Function GetConfigFile

src/util.cpp:519–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519boost::filesystem::path GetConfigFile()
520{
521 boost::filesystem::path pathConfigFile(GetArg("-conf", "bitcoin.conf"));
522 if (!pathConfigFile.is_complete())
523 pathConfigFile = GetDataDir(false) / pathConfigFile;
524
525 return pathConfigFile;
526}
527
528void ReadConfigFile(map<string, string>& mapSettingsRet,
529 map<string, vector<string> >& mapMultiSettingsRet)

Callers 3

CallRPCFunction · 0.85
AppInit2Function · 0.85
ReadConfigFileFunction · 0.85

Calls 1

GetArgFunction · 0.85

Tested by

no test coverage detected