Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
656
void ClearDatadirCache() {
657
fill(&pathCached[0], &pathCached[NULL_NETWORK_TYPE + 1], fs::path());
658
}
659
660
fs::path GetConfigFile() {
661
fs::path pathConfigFile(
Callers
1
ReadConfigFile
Function · 0.85
Calls
1
path
Class · 0.85
Tested by
no test coverage detected