(toolCallId: string)
| 46 | } |
| 47 | |
| 48 | export function isProcessRunning(toolCallId: string): boolean { |
| 49 | return processTerminalForegroundStates.has(toolCallId); |
| 50 | } |
| 51 | |
| 52 | export function getRunningProcess( |
| 53 | toolCallId: string, |
no outgoing calls
no test coverage detected