Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ Dump
Method
Dump
Source/cmFileAPICache.cxx:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
Json::Value Cache::Dump()
45
{
46
Json::Value cache = Json::objectValue;
47
cache[
"entries"
] = this->DumpEntries();
48
return cache;
49
}
50
51
Json::Value Cache::DumpEntries()
52
{
Callers
1
cmFileAPICacheDump
Function · 0.45
Calls
1
DumpEntries
Method · 0.95
Tested by
no test coverage detected