MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / buildLaunchSuccess

Function buildLaunchSuccess

src/utils/app-lifecycle-results.ts:83–92  ·  view source on GitHub ↗
(artifacts: LaunchResultArtifacts)

Source from the content-addressed store, hash-verified

81}
82
83export function buildLaunchSuccess(artifacts: LaunchResultArtifacts): LaunchResultDomainResult {
84 return {
85 kind: 'launch-result',
86 didError: false,
87 error: null,
88 summary: { status: 'SUCCEEDED' },
89 artifacts,
90 diagnostics: { warnings: [], errors: [] },
91 };
92}
93
94export function buildLaunchFailure(
95 artifacts: LaunchResultArtifacts,

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected