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

Method Dump

Source/cmFileAPIToolchains.cxx:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56Json::Value Toolchains::Dump()
57{
58 Json::Value toolchains = Json::objectValue;
59 toolchains["toolchains"] = this->DumpToolchains();
60 return toolchains;
61}
62
63Json::Value Toolchains::DumpToolchains()
64{

Callers 1

cmFileAPIToolchainsDumpFunction · 0.45

Calls 1

DumpToolchainsMethod · 0.95

Tested by

no test coverage detected