MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetConfigFilePath

Method GetConfigFilePath

src/common/args.cpp:899–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897}
898
899fs::path ArgsManager::GetConfigFilePath() const
900{
901 LOCK(cs_args);
902 return *Assert(m_config_path);
903}
904
905void ArgsManager::SetConfigFilePath(fs::path path)
906{

Callers 3

CallRPCFunction · 0.80
StartLoggingFunction · 0.80
openBitcoinConfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected