Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
fs::path ArgsManager::GetDataDirNet() const {
331
LOCK(cs_args);
332
return GetDataDir(/*net_specific=*/true);
333
}
334
335
fs::path ArgsManager::GetDataDir(bool net_specific) const
336
{
Callers
15
SerializeFileDB
Function · 0.80
DumpPeerAddresses
Function · 0.80
LoadAddrman
Function · 0.80
GetPrivateKeyFile
Method · 0.80
AppInitParameterInteraction
Function · 0.80
LockDirectories
Function · 0.80
InitAndLoadChainstate
Function · 0.80
AppInitMain
Function · 0.80
Start
Method · 0.80
StopNodes
Method · 0.80
CaptureMessageToFile
Function · 0.80
StartLogging
Function · 0.80
Calls
no outgoing calls
Tested by
10
InitWalletDirTestingSetup
Method · 0.64
IndexReorgCrash
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64
BOOST_FIXTURE_TEST_CASE
Function · 0.64
utxo_snapshot_fuzz
Function · 0.64
ChainTestingSetup
Method · 0.64
main
Function · 0.64
migrateSettings
Method · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64