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