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

Method fetch

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

Source from the content-addressed store, hash-verified

52/** isomorphic-git subset used by the network family. */
53export interface IsomorphicGitNetworkClient {
54 fetch(args: {
55 fs: object;
56 http: object;
57 dir: string;

Callers 1

fetchWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected