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

Function ClearDatadirCache

src/util.cpp:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void ClearDatadirCache()
514{
515 pathCached = boost::filesystem::path();
516 pathCachedNetSpecific = boost::filesystem::path();
517}
518
519boost::filesystem::path GetConfigFile()
520{

Callers 2

ReadConfigFileFunction · 0.85
TestingSetupMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestingSetupMethod · 0.68