MCPcopy Index your code
hub / github.com/AI45Lab/Code / git

Method git

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

Source from the content-addressed store, hash-verified

611 }
612
613 pub fn git(&self) -> Option<Arc<dyn WorkspaceGit>> {
614 self.git.clone()
615 }
616
617 pub fn git_stash(&self) -> Option<Arc<dyn WorkspaceGitStashProvider>> {
618 self.git_stash.clone()

Callers 2

executeMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1