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

Method clone

packages/shell/src/tests/agents/git.ts:83–90  ·  view source on GitHub ↗
(opts: {
    url: string;
    depth?: number;
    branch?: string;
    token?: string;
  })

Source from the content-addressed store, hash-verified

81 }
82
83 async clone(opts: {
84 url: string;
85 depth?: number;
86 branch?: string;
87 token?: string;
88 }) {
89 return this.git().clone(opts);
90 }
91}

Callers

nothing calls this directly

Calls 2

gitMethod · 0.95
cloneMethod · 0.65

Tested by

no test coverage detected