Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isPidAlive
Function · 0.65
stopDetachedHelper
Function · 0.65
waitForChildToStop
Function · 0.65
stopSession
Function · 0.65
kill
Function · 0.65
sendSignalAndWait
Function · 0.65
terminateLiveSimulatorLaunchOsLogSessionsSync
Function · 0.65
command.test.ts
File · 0.65
kill
Method · 0.65
dispose
Method · 0.65
cleanupActiveProcess
Function · 0.65
signalDaemonPid
Function · 0.65
Implementers
1
DefaultInteractiveProcess
src/utils/execution/interactive-proces
Calls
no outgoing calls
Tested by
2
kill
Function · 0.52
cleanupActiveProcess
Function · 0.52