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