Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ DumpPaths
Method
DumpPaths
Source/cmFileAPICMakeFiles.cxx:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
Json::Value CMakeFiles::DumpPaths()
66
{
67
Json::Value paths = Json::objectValue;
68
paths[
"source"
] = this->TopSource;
69
paths[
"build"
] = this->TopBuild;
70
return paths;
71
}
72
73
Json::Value CMakeFiles::DumpInputs()
74
{
Callers
1
Dump
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected