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

Function handleStdinClose

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

Source from the content-addressed store, hash-verified

339 void coordinator.shutdown('stdin-end');
340 };
341 const handleStdinClose = (): void => {
342 suppressProcessStdioWrites();
343 void coordinator.shutdown('stdin-close');
344 };
345 const handleStdoutError = (error: unknown): void => {
346 if (!isBrokenPipeLikeError(error)) {
347 return;

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.65

Tested by

no test coverage detected