| 2058 | } |
| 2059 | |
| 2060 | Json::Value Target::DumpSysroot(std::string const& path) |
| 2061 | { |
| 2062 | Json::Value sysroot = Json::objectValue; |
| 2063 | sysroot["path"] = path; |
| 2064 | return sysroot; |
| 2065 | } |
| 2066 | |
| 2067 | Json::Value Target::DumpInstall() |
| 2068 | { |
no outgoing calls
no test coverage detected