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

Method GetDataDirBase

src/common/args.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325fs::path ArgsManager::GetDataDirBase() const {
326 LOCK(cs_args);
327 return GetDataDir(/*net_specific=*/false);
328}
329
330fs::path ArgsManager::GetDataDirNet() const {
331 LOCK(cs_args);

Callers 14

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
LogSetupMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TestingSetupMethod · 0.80

Calls

no outgoing calls

Tested by 12

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
LogSetupMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
TestingSetupMethod · 0.64