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

Method ClearPathCache

src/common/args.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void ArgsManager::ClearPathCache()
362{
363 LOCK(cs_args);
364
365 m_cached_datadir_path = fs::path();
366 m_cached_network_datadir_path = fs::path();
367 m_cached_blocks_path = fs::path();
368}
369
370std::optional<const ArgsManager::Command> ArgsManager::GetCommand() const
371{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.80
BasicTestingSetupMethod · 0.80
initMethod · 0.80
parametersInteractionMethod · 0.80

Calls 1

pathClass · 0.50

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.64
BasicTestingSetupMethod · 0.64
initMethod · 0.64
parametersInteractionMethod · 0.64