()
| 416 | |
| 417 | // For testing purposes |
| 418 | export function resetSocketState(): void { |
| 419 | socketName = null |
| 420 | socketPath = null |
| 421 | serverPid = null |
| 422 | isInitializing = false |
| 423 | initPromise = null |
| 424 | tmuxAvailabilityChecked = false |
| 425 | tmuxAvailable = false |
| 426 | tmuxToolUsed = false |
| 427 | } |
nothing calls this directly
no outgoing calls
no test coverage detected