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

Method stash

core/src/workspace/local.rs:403–408  ·  view source on GitHub ↗
(&self, request: WorkspaceGitStashRequest)

Source from the content-addressed store, hash-verified

401 }
402
403 async fn stash(&self, request: WorkspaceGitStashRequest) -> Result<()> {
404 self.run_blocking_git(move |root| {
405 crate::git::stash(&root, request.message.as_deref(), request.include_untracked)
406 })
407 .await
408 }
409}
410
411#[async_trait]

Callers

nothing calls this directly

Calls 2

stashFunction · 0.85
run_blocking_gitMethod · 0.80

Tested by

no test coverage detected