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