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

Interface LifecycleStreamLike

src/server/mcp-lifecycle.ts:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78interface LifecycleStreamLike {
79 once(event: string, listener: (...args: unknown[]) => void): this;
80 removeListener(event: string, listener: (...args: unknown[]) => void): this;
81}
82
83interface LifecycleProcessLike {
84 stdin: LifecycleStreamLike;

Callers 13

mainFunction · 0.65
attachStreamFunction · 0.65
defaultExecutorFunction · 0.65
waitForChildToStopFunction · 0.65
waitForExitFunction · 0.65
waitForUnexpectedExitFunction · 0.65
cleanupFunction · 0.65
cleanupFunction · 0.65
detachProcessHandlersFunction · 0.65
removeListenerMethod · 0.65

Implementers 2

TestStdinsrc/server/__tests__/mcp-lifecycle.tes
TestProcesssrc/server/__tests__/mcp-lifecycle.tes

Calls

no outgoing calls

Tested by

no test coverage detected