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

Function stopAll

src/utils/video_capture.ts:127–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 signalHandlersAttached = true;
126
127 const stopAll = (): void => {
128 for (const simulatorUuid of sessions.keys()) {
129 void stopSession(simulatorUuid, { timeoutMs: 250 });
130 }
131 };
132
133 try {
134 process.on('SIGINT', stopAll);

Callers

nothing calls this directly

Calls 1

stopSessionFunction · 0.85

Tested by

no test coverage detected