(result: AppDeployResult)
| 111 | } |
| 112 | |
| 113 | function deployCliOutput(result: AppDeployResult): CliOutput { |
| 114 | return messageCliOutput(serializeDeployResult(result)); |
| 115 | } |
| 116 | |
| 117 | function installFromSourceCliOutput(result: AppInstallFromSourceResult): CliOutput { |
| 118 | return messageCliOutput(serializeInstallFromSourceResult(result)); |
nothing calls this directly
no test coverage detected