(id string)
| 83 | } |
| 84 | |
| 85 | func (r *Repository) WorktreePath(id string) (string, error) { |
| 86 | return homedir.Expand(filepath.Join(r.getWorktreePath(), id)) |
| 87 | } |
| 88 | |
| 89 | func (r *Repository) deleteWorktree(id string) error { |
| 90 | worktreePath, err := r.WorktreePath(id) |
no test coverage detected