MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / finalize

Function finalize

src/utils/xcodebuild-domain-results.ts:293–297  ·  view source on GitHub ↗
(succeeded, durationMs, options)

Source from the content-addressed store, hash-verified

291 },
292
293 finalize(succeeded, durationMs, options) {
294 flushChunkLines(stdoutState);
295 flushChunkLines(stderrState);
296 return innerPipeline.finalize(succeeded, durationMs, options);
297 },
298
299 highestStageRank(): number {
300 return innerPipeline.highestStageRank();

Callers

nothing calls this directly

Calls 2

flushChunkLinesFunction · 0.85
finalizeMethod · 0.65

Tested by

no test coverage detected