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