MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / handleStdinEnd

Function handleStdinEnd

src/server/mcp-lifecycle.ts:337–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 void coordinator.shutdown('sigint');
336 };
337 const handleStdinEnd = (): void => {
338 suppressProcessStdioWrites();
339 void coordinator.shutdown('stdin-end');
340 };
341 const handleStdinClose = (): void => {
342 suppressProcessStdioWrites();
343 void coordinator.shutdown('stdin-close');

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.65

Tested by

no test coverage detected