Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
899
fs::path ArgsManager::GetConfigFilePath() const
900
{
901
LOCK(cs_args);
902
return *Assert(m_config_path);
903
}
904
905
void ArgsManager::SetConfigFilePath(fs::path path)
906
{
Callers
3
CallRPC
Function · 0.80
StartLogging
Function · 0.80
openBitcoinConf
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected