(repoRoot: string, slug: string)
| 223 | } |
| 224 | |
| 225 | function worktreePathFor(repoRoot: string, slug: string): string { |
| 226 | return join(worktreesDir(repoRoot), flattenSlug(slug)) |
| 227 | } |
| 228 | |
| 229 | /** |
| 230 | * Creates a new git worktree for the given slug, or resumes it if it already exists. |
no test coverage detected