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

Function ClearDatadirCache

src/commons/util/util.cpp:656–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void ClearDatadirCache() {
657 fill(&pathCached[0], &pathCached[NULL_NETWORK_TYPE + 1], fs::path());
658}
659
660fs::path GetConfigFile() {
661 fs::path pathConfigFile(

Callers 1

ReadConfigFileFunction · 0.85

Calls 1

pathClass · 0.85

Tested by

no test coverage detected