MCPcopy Create free account
hub / github.com/AI45Lab/Code / git_worktree

Method git_worktree

core/src/workspace/mod.rs:621–623  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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

Callers 2

executeMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by 1