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

Function removeBackgroundedProcess

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

Source from the content-addressed store, hash-verified

25}
26
27export function removeBackgroundedProcess(toolCallId: string): void {
28 processTerminalBackgroundStates.delete(toolCallId);
29}
30
31// Foreground process functions (new)
32export function markProcessAsRunning(

Callers 2

runTerminalCommandImplFunction · 0.90

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected