(id: string | null)
| 1753 | } |
| 1754 | |
| 1755 | export function setPromptId(id: string | null): void { |
| 1756 | STATE.promptId = id |
| 1757 | } |
| 1758 | |
| 1759 | // Stub: isReplBridgeActive was missing from source snapshot |
| 1760 | export function isReplBridgeActive(): boolean { |
no outgoing calls
no test coverage detected