()
| 176 | * Use checkTmuxAvailable() to perform the check. |
| 177 | */ |
| 178 | export function isTmuxAvailable(): boolean { |
| 179 | return tmuxAvailabilityChecked && tmuxAvailable |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Marks that the Tmux tool has been used at least once. |
nothing calls this directly
no outgoing calls
no test coverage detected