()
| 185 | * After this is called, Shell.ts will initialize the socket for subsequent Bash commands. |
| 186 | */ |
| 187 | export function markTmuxToolUsed(): void { |
| 188 | tmuxToolUsed = true |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * Returns whether the Tmux tool has been used at least once. |
nothing calls this directly
no outgoing calls
no test coverage detected