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