MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetConfigFile

Function GetConfigFile

src/util/system.cpp:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870fs::path GetConfigFile(const std::string& confPath)
871{
872 return AbsPathForConfigVal(fs::PathFromString(confPath), false);
873}
874
875static bool GetConfigOptions(std::istream& stream, const std::string& filepath, std::string& error, std::vector<std::pair<std::string, std::string>>& options, std::list<SectionInfo>& sections)
876{

Callers 4

CallRPCFunction · 0.85
StartLoggingFunction · 0.85
openBitcoinConfFunction · 0.85
ReadConfigFilesMethod · 0.85

Calls 2

AbsPathForConfigValFunction · 0.85
PathFromStringFunction · 0.85

Tested by

no test coverage detected