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

Function isProcessRunning

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

Source from the content-addressed store, hash-verified

46}
47
48export function isProcessRunning(toolCallId: string): boolean {
49 return processTerminalForegroundStates.has(toolCallId);
50}
51
52export function getRunningProcess(
53 toolCallId: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected