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

Function maybeSettleAfterExit

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

Source from the content-addressed store, hash-verified

126 };
127
128 const maybeSettleAfterExit = (): void => {
129 if (!exitObserved || settled || openStreamCount > 0) {
130 return;
131 }
132 settle(exitCode);
133 };
134
135 const scheduleExitSettle = (): void => {
136 if (settled || exitSettleTimer) {

Callers 2

markClosedFunction · 0.85
defaultExecutorFunction · 0.85

Calls 1

settleFunction · 0.85

Tested by

no test coverage detected