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

Function clearExitSettleTimer

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

Source from the content-addressed store, hash-verified

81 let exitSettleTimer: NodeJS.Timeout | null = null;
82
83 const clearExitSettleTimer = (): void => {
84 if (exitSettleTimer) {
85 clearTimeout(exitSettleTimer);
86 exitSettleTimer = null;
87 }
88 };
89
90 const detachStreamListeners = (): void => {
91 for (const detachStream of streamDetachers) {

Callers 3

handleErrorFunction · 0.85
settleFunction · 0.85
defaultExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected