(repoRoot: string, slug: string)
| 235 | } |
| 236 | |
| 237 | function worktreePathFor(repoRoot: string, slug: string): string { |
| 238 | return join(getWorktreesDir(repoRoot), flattenSlug(slug)) |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Creates a new git worktree for the given slug, or resumes it if it already exists. |
no test coverage detected