()
| 158 | let currentWorktreeSession: WorktreeSession | null = null |
| 159 | |
| 160 | export function getCurrentWorktreeSession(): WorktreeSession | null { |
| 161 | return currentWorktreeSession |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Restore the worktree session on --resume. The caller must have already |
no outgoing calls
no test coverage detected