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

Function kill

src/tasks/LocalAgentTask/LocalAgentTask.tsx:273–275  ·  view source on GitHub ↗
(taskId, setAppState)

Source from the content-addressed store, hash-verified

271 name: 'LocalAgentTask',
272 type: 'local_agent',
273 async kill(taskId, setAppState) {
274 killAsyncAgent(taskId, setAppState);
275 }
276};
277
278/**

Callers

nothing calls this directly

Calls 1

killAsyncAgentFunction · 0.85

Tested by

no test coverage detected