(&self)
| 619 | } |
| 620 | |
| 621 | pub fn git_worktree(&self) -> Option<Arc<dyn WorkspaceGitWorktreeProvider>> { |
| 622 | self.git_worktree.clone() |
| 623 | } |
| 624 | |
| 625 | /// Internal helper used by decorators (`with_remote_git` and any |
| 626 | /// future git-provider override) to swap the git layer of an existing |