MCPcopy Create free account
hub / github.com/ElementsProject/elements / ClearPathCache

Method ClearPathCache

src/util/system.cpp:453–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void ArgsManager::ClearPathCache()
454{
455 LOCK(cs_args);
456
457 m_cached_datadir_path = fs::path();
458 m_cached_network_datadir_path = fs::path();
459 m_cached_blocks_path = fs::path();
460}
461
462std::optional<const ArgsManager::Command> ArgsManager::GetCommand() const
463{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.80
BasicTestingSetupMethod · 0.80
ReadConfigFilesMethod · 0.80

Calls 1

pathClass · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BasicTestingSetupMethod · 0.64