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

Method clone

packages/computer/src/git/clone.ts:21–21  ·  view source on GitHub ↗
(args: {
    fs: object;
    http: object;
    dir: string;
    url: string;
    ref?: string;
    corsProxy?: string;
    headers?: Record<string, string>;
    depth?: number;
    singleBranch?: boolean;
    noTags?: boolean;
    noCheckout?: boolean;
    cache?: object;
    onProgress?: ProgressCallback;
    onMessage?: MessageCallback;
  })

Source from the content-addressed store, hash-verified

19 */
20export interface IsomorphicGitClient {
21 clone(args: {
22 fs: object;
23 http: object;
24 dir: string;

Callers 1

cloneWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected