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

Method pull

packages/computer/src/git/network.ts:88–88  ·  view source on GitHub ↗
(args: {
    fs: object;
    http: object;
    dir: string;
    url?: string;
    remote?: string;
    ref?: string;
    remoteRef?: string;
    fastForward?: boolean;
    fastForwardOnly?: boolean;
    singleBranch?: boolean;
    headers?: Record<string, string>;
    onAuth?: AuthCallback;
    onProgress?: ProgressCallback;
    onMessage?: MessageCallback;
    author?: { name: string; email: string };
    committer?: { name: string; email: string };
    cache?: object;
  })

Source from the content-addressed store, hash-verified

86 cache?: object;
87 }): Promise<PushResult>;
88 pull(args: {
89 fs: object;
90 http: object;
91 dir: string;

Callers 1

pullWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected