MCPcopy
hub / github.com/claude-code-best/claude-code / kill

Method kill

src/utils/ShellCommand.ts:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 }
344
345 kill(): void {
346 this.#doKill()
347 }
348
349 background(taskId: string): boolean {
350 if (this.#status === 'running') {

Callers 15

#abortHandlerMethod · 0.95
runWeixinMcpServerFunction · 0.45
AppClass · 0.45
runPowerShellCommandFunction · 0.45
handleConnectFunction · 0.45
handleDisconnectFunction · 0.45
stopMethod · 0.45
shutdownAllMethod · 0.45
onFinishFunction · 0.45
killShellTaskFunction · 0.45
killAgentTaskFunction · 0.45

Calls 1

#doKillMethod · 0.95

Tested by

no test coverage detected