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

Method merge

packages/computer/src/git/network.ts:107–107  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    ours?: string;
    theirs: string;
    fastForward?: boolean;
    fastForwardOnly?: boolean;
    abortOnConflict?: boolean;
    message?: string;
    author?: { name: string; email: string };
    committer?: { name: string; email: string };
    dryRun?: boolean;
    cache?: object;
  })

Source from the content-addressed store, hash-verified

105 cache?: object;
106 }): Promise<void>;
107 merge(args: {
108 fs: object;
109 dir: string;
110 ours?: string;

Callers 1

mergeWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected