Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
Json::Value cmFileAPICMakeFilesDump(cmFileAPI& fileAPI, unsigned int version)
154
{
155
CMakeFiles cmakeFiles(fileAPI, version);
156
return cmakeFiles.Dump();
157
}
Callers
1
BuildCMakeFiles
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…