MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ClearDatadirCache

Function ClearDatadirCache

src/util.cpp:798–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798void ClearDatadirCache()
799{
800 LOCK(csPathCached);
801
802 pathCached = fs::path();
803 pathCachedNetSpecific = fs::path();
804 g_blocks_path_cached = fs::path();
805 g_blocks_path_cache_net_specific = fs::path();
806}
807
808fs::path GetConfigFile(const std::string& confPath)
809{

Callers 3

ReadConfigFilesMethod · 0.85
TestingSetupMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestingSetupMethod · 0.68
mainFunction · 0.68