MCPcopy Index your code
hub / github.com/continuedev/continue / removeRunningProcess

Function removeRunningProcess

core/util/processTerminalStates.ts:66–68  ·  view source on GitHub ↗
(toolCallId: string)

Source from the content-addressed store, hash-verified

64}
65
66export function removeRunningProcess(toolCallId: string): void {
67 processTerminalForegroundStates.delete(toolCallId);
68}
69
70export async function killTerminalProcess(toolCallId: string): Promise<void> {
71 const processInfo = processTerminalForegroundStates.get(toolCallId);

Callers 2

runTerminalCommandImplFunction · 0.90

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected