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

Method GetPathArg

src/common/args.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294fs::path ArgsManager::GetPathArg(std::string arg, const fs::path& default_value) const
295{
296 LOCK(cs_args);
297 return GetPathArg_(std::move(arg), default_value);
298}
299
300fs::path ArgsManager::GetBlocksDirPath() const
301{

Callers 12

GetPidFileFunction · 0.80
AppInitMainFunction · 0.80
SetLoggingOptionsFunction · 0.80
GetWalletDirFunction · 0.80
VerifyWalletsFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BasicTestingSetupMethod · 0.80
GetAuthCookieFileFunction · 0.80
CheckDataDirOptionFunction · 0.80
InitConfigFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BasicTestingSetupMethod · 0.64