()
| 64 | * Returns null if not running inside tmux. |
| 65 | */ |
| 66 | export function getLeaderPaneId(): string | null { |
| 67 | return ORIGINAL_TMUX_PANE || null |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Checks if tmux is available on the system (installed and in PATH). |
no outgoing calls
no test coverage detected