()
| 28 | } |
| 29 | |
| 30 | export function getTerminalFocusState(): TerminalFocusState { |
| 31 | return focusState |
| 32 | } |
| 33 | |
| 34 | // For useSyncExternalStore |
| 35 | export function subscribeTerminalFocus(cb: () => void): () => void { |
no outgoing calls
no test coverage detected