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

Function scheduleExitSettle

src/utils/command.ts:135–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 };
134
135 const scheduleExitSettle = (): void => {
136 if (settled || exitSettleTimer) {
137 return;
138 }
139 exitSettleTimer = setTimeout(() => {
140 settle(exitCode);
141 }, 100);
142 };
143
144 const attachStream = (
145 stream: NodeJS.ReadableStream | null | undefined,

Callers 1

defaultExecutorFunction · 0.85

Calls 1

settleFunction · 0.85

Tested by

no test coverage detected