(session: WorktreeSession | null)
| 165 | * state (cwd, originalCwd). |
| 166 | */ |
| 167 | export function restoreWorktreeSession(session: WorktreeSession | null): void { |
| 168 | currentWorktreeSession = session |
| 169 | } |
| 170 | |
| 171 | export function generateTmuxSessionName( |
| 172 | repoPath: string, |
no outgoing calls
no test coverage detected