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

Function kill

src/tasks/LocalShellTask/LocalShellTask.tsx:210–212  ·  view source on GitHub ↗
(taskId, setAppState)

Source from the content-addressed store, hash-verified

208 name: 'LocalShellTask',
209 type: 'local_bash',
210 async kill(taskId, setAppState) {
211 killTask(taskId, setAppState);
212 },
213};
214
215export async function spawnShellTask(

Callers

nothing calls this directly

Calls 1

killTaskFunction · 0.85

Tested by

no test coverage detected