()
| 34 | * on the system, not just if THIS process is inside tmux. |
| 35 | */ |
| 36 | export function isInsideTmuxSync(): boolean { |
| 37 | return !!ORIGINAL_USER_TMUX |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Checks if we're currently running inside a tmux session. |
no outgoing calls
no test coverage detected