MCPcopy Create free account
hub / github.com/cloudflare/computer / stash

Method stash

packages/computer/src/git/worktree.ts:19–19  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    op?: "push" | "pop" | "apply" | "drop" | "list" | "clear";
    message?: string;
    refIdx?: number;
  })

Source from the content-addressed store, hash-verified

17/** Subset of `isomorphic-git`'s API used for `stash`. */
18export interface IsomorphicGitStashClient {
19 stash(args: {
20 fs: object;
21 dir: string;
22 op?: "push" | "pop" | "apply" | "drop" | "list" | "clear";

Callers 3

stashPushWithFunction · 0.80
stashListWithFunction · 0.80
stashPopWithFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected