* Get worktree path from ID
(id: string)
| 346 | * Get worktree path from ID |
| 347 | */ |
| 348 | function getWorktreePath(id: string): string { |
| 349 | return path.join(getWorktreeBaseDir(), id) |
| 350 | } |
| 351 | |
| 352 | /** |
| 353 | * Validate repository directory |
no test coverage detected