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

Function markProcessAsBackgrounded

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

Source from the content-addressed store, hash-verified

17
18// Background process functions (existing)
19export function markProcessAsBackgrounded(toolCallId: string): void {
20 processTerminalBackgroundStates.set(toolCallId, true);
21}
22
23export function isProcessBackgrounded(toolCallId: string): boolean {
24 return processTerminalBackgroundStates.has(toolCallId);

Callers 2

Calls 1

setMethod · 0.65

Tested by

no test coverage detected