()
| 116 | * Returns whether the socket has been initialized. |
| 117 | */ |
| 118 | export function isSocketInitialized(): boolean { |
| 119 | return socketPath !== null && serverPid !== null |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Gets the TMUX environment variable value for Claude's isolated socket. |
no outgoing calls
no test coverage detected