MCPcopy Index your code
hub / github.com/callstack/agent-device / deployCliOutput

Function deployCliOutput

src/commands/management/output.ts:113–115  ·  view source on GitHub ↗
(result: AppDeployResult)

Source from the content-addressed store, hash-verified

111}
112
113function deployCliOutput(result: AppDeployResult): CliOutput {
114 return messageCliOutput(serializeDeployResult(result));
115}
116
117function installFromSourceCliOutput(result: AppInstallFromSourceResult): CliOutput {
118 return messageCliOutput(serializeInstallFromSourceResult(result));

Callers

nothing calls this directly

Calls 2

messageCliOutputFunction · 0.90
serializeDeployResultFunction · 0.90

Tested by

no test coverage detected