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