MCPcopy 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
44Json::Value Cache::Dump()
45{
46 Json::Value cache = Json::objectValue;
47 cache["entries"] = this->DumpEntries();
48 return cache;
49}
50
51Json::Value Cache::DumpEntries()
52{

Callers 1

cmFileAPICacheDumpFunction · 0.45

Calls 1

DumpEntriesMethod · 0.95

Tested by

no test coverage detected