MCPcopy 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
104Json::Value cmFileAPICacheDump(cmFileAPI& fileAPI, unsigned int version)
105{
106 Cache cache(fileAPI, version);
107 return cache.Dump();
108}

Callers 1

BuildCacheMethod · 0.85

Calls 1

DumpMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…