MCPcopy Create free account
hub / github.com/AI45Lab/Code / stash

Method stash

core/src/workspace/remote_git.rs:664–673  ·  view source on GitHub ↗
(&self, request: WorkspaceGitStashRequest)

Source from the content-addressed store, hash-verified

662 }
663
664 async fn stash(&self, request: WorkspaceGitStashRequest) -> Result<()> {
665 self.post_unit(
666 "stashes/create",
667 &StashCreateReq {
668 message: request.message,
669 include_untracked: request.include_untracked,
670 },
671 )
672 .await
673 }
674}
675
676/// Read the mTLS cert + key PEM files and assemble a `reqwest::Identity`.

Callers 1

Calls 1

post_unitMethod · 0.80

Tested by

no test coverage detected