Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ cmFileAPICacheDump
Function
cmFileAPICacheDump
Source/cmFileAPICache.cxx:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
Json::Value cmFileAPICacheDump(cmFileAPI& fileAPI, unsigned int version)
105
{
106
Cache cache(fileAPI, version);
107
return cache.Dump();
108
}
Callers
1
BuildCache
Method · 0.85
Calls
1
Dump
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…