MCPcopy 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
150Json::Value cmFileAPIToolchainsDump(cmFileAPI& fileAPI, unsigned int version)
151{
152 Toolchains toolchains(fileAPI, version);
153 return toolchains.Dump();
154}

Callers 1

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