Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.80
virtual_services_with_git
Function · 0.80
Calls
1
clone
Method · 0.45
Tested by
1
virtual_services_with_git
Function · 0.64