MCPcopy Create free account
hub / github.com/Kitware/CMake / Dump

Method Dump

Source/cmFileAPICMakeFiles.cxx:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Json::Value CMakeFiles::Dump()
54{
55 Json::Value cmakeFiles = Json::objectValue;
56 cmakeFiles["paths"] = this->DumpPaths();
57 cmakeFiles["inputs"] = this->DumpInputs();
58 Json::Value globsDependent = this->DumpGlobsDependent();
59 if (!globsDependent.empty()) {
60 cmakeFiles["globsDependent"] = std::move(globsDependent);
61 }
62 return cmakeFiles;
63}
64
65Json::Value CMakeFiles::DumpPaths()
66{

Callers 1

cmFileAPICMakeFilesDumpFunction · 0.45

Calls 5

DumpPathsMethod · 0.95
DumpInputsMethod · 0.95
DumpGlobsDependentMethod · 0.95
moveFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected