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

Method kill

src/utils/execution/interactive-process.ts:6–6  ·  view source on GitHub ↗
(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

4 readonly process: ChildProcess;
5 write(data: string): void;
6 kill(signal?: NodeJS.Signals): void;
7 dispose(): void;
8}
9

Callers 15

isPidAliveFunction · 0.65
stopDetachedHelperFunction · 0.65
waitForChildToStopFunction · 0.65
stopSessionFunction · 0.65
killFunction · 0.65
sendSignalAndWaitFunction · 0.65
command.test.tsFile · 0.65
killMethod · 0.65
disposeMethod · 0.65
cleanupActiveProcessFunction · 0.65
signalDaemonPidFunction · 0.65

Implementers 1

DefaultInteractiveProcesssrc/utils/execution/interactive-proces

Calls

no outgoing calls

Tested by 2

killFunction · 0.52
cleanupActiveProcessFunction · 0.52