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

Method push

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

Source from the content-addressed store, hash-verified

70 cache?: object;
71 }): Promise<{ defaultBranch: string | null; fetchHead: string | null }>;
72 push(args: {
73 fs: object;
74 http: object;
75 dir: string;

Callers 1

pushWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected