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

Method git_stash

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

Source from the content-addressed store, hash-verified

615 }
616
617 pub fn git_stash(&self) -> Option<Arc<dyn WorkspaceGitStashProvider>> {
618 self.git_stash.clone()
619 }
620
621 pub fn git_worktree(&self) -> Option<Arc<dyn WorkspaceGitWorktreeProvider>> {
622 self.git_worktree.clone()

Callers 2

executeMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by 1