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

Function GetConfigFile

src/util.cpp:808–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808fs::path GetConfigFile(const std::string& confPath)
809{
810 return AbsPathForConfigVal(fs::path(confPath), false);
811}
812
813static std::string TrimString(const std::string& str, const std::string& pattern)
814{

Callers 4

CallRPCFunction · 0.85
AppInitMainFunction · 0.85
ReadConfigFilesMethod · 0.85
openBitcoinConfFunction · 0.85

Calls 1

AbsPathForConfigValFunction · 0.85

Tested by

no test coverage detected