MCPcopy Create free account
hub / github.com/callstack/agent-device / buildDeployMessage

Function buildDeployMessage

src/daemon/handlers/session-deploy.ts:171–173  ·  view source on GitHub ↗
(result: DeployCommandResult)

Source from the content-addressed store, hash-verified

169}
170
171function buildDeployMessage(result: DeployCommandResult): string {
172 return `Installed: ${result.appName ?? resolveDeployResultTarget(result)}`;
173}
174
175function buildIosDeployResult(
176 app: string,

Callers 1

handleAppDeployCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…