Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ cmFileAPIToolchainsDump
Function
cmFileAPIToolchainsDump
Source/cmFileAPIToolchains.cxx:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
Json::Value cmFileAPIToolchainsDump(cmFileAPI& fileAPI, unsigned int version)
151
{
152
Toolchains toolchains(fileAPI, version);
153
return toolchains.Dump();
154
}
Callers
1
BuildToolchains
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…