()
| 193 | * Used by Shell.ts to decide whether to initialize the socket. |
| 194 | */ |
| 195 | export function hasTmuxToolBeenUsed(): boolean { |
| 196 | return tmuxToolUsed |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Ensures the socket is initialized with a tmux session. |
no outgoing calls
no test coverage detected