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

Method GetDataDirNet

src/common/args.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330fs::path ArgsManager::GetDataDirNet() const {
331 LOCK(cs_args);
332 return GetDataDir(/*net_specific=*/true);
333}
334
335fs::path ArgsManager::GetDataDir(bool net_specific) const
336{

Callers 15

SerializeFileDBFunction · 0.80
DumpPeerAddressesFunction · 0.80
LoadAddrmanFunction · 0.80
GetPrivateKeyFileMethod · 0.80
LockDirectoriesFunction · 0.80
InitAndLoadChainstateFunction · 0.80
AppInitMainFunction · 0.80
StartMethod · 0.80
StopNodesMethod · 0.80
CaptureMessageToFileFunction · 0.80
StartLoggingFunction · 0.80

Calls

no outgoing calls

Tested by 10

IndexReorgCrashMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
utxo_snapshot_fuzzFunction · 0.64
ChainTestingSetupMethod · 0.64
mainFunction · 0.64
migrateSettingsMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64