MCPcopy Create free account
hub / github.com/continuedev/continue / isProcessBackgrounded

Function isProcessBackgrounded

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

Source from the content-addressed store, hash-verified

21}
22
23export function isProcessBackgrounded(toolCallId: string): boolean {
24 return processTerminalBackgroundStates.has(toolCallId);
25}
26
27export function removeBackgroundedProcess(toolCallId: string): void {
28 processTerminalBackgroundStates.delete(toolCallId);

Callers 3

runTerminalCommandImplFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected