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

Function cmFileAPICMakeFilesDump

Source/cmFileAPICMakeFiles.cxx:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Json::Value cmFileAPICMakeFilesDump(cmFileAPI& fileAPI, unsigned int version)
154{
155 CMakeFiles cmakeFiles(fileAPI, version);
156 return cmakeFiles.Dump();
157}

Callers 1

BuildCMakeFilesMethod · 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…