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

Function killRemoteAgentTask

src/components/tasks/BackgroundTasksDialog.tsx:318–320  ·  view source on GitHub ↗
(taskId_3: string)

Source from the content-addressed store, hash-verified

316 await DreamTask.kill(taskId_2, setAppState);
317 }
318 async function killRemoteAgentTask(taskId_3: string): Promise<void> {
319 await RemoteAgentTask.kill(taskId_3, setAppState);
320 }
321
322 // Wrap onDone in useEffectEvent to get a stable reference that always calls
323 // the current onDone callback without causing the effect to re-fire.

Callers 2

handleKeyDownFunction · 0.85
BackgroundTasksDialogFunction · 0.85

Calls 1

killMethod · 0.45

Tested by

no test coverage detected