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

Method branch

packages/computer/src/git/refs.ts:11–11  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    ref: string;
    object?: string;
    checkout?: boolean;
    force?: boolean;
  })

Source from the content-addressed store, hash-verified

9/** isomorphic-git's subset used by branch / tag / checkout. */
10export interface IsomorphicGitRefsClient {
11 branch(args: {
12 fs: object;
13 dir: string;
14 ref: string;

Callers 1

branchWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected