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

Method checkout

packages/shell/src/tests/agents/git.ts:59–61  ·  view source on GitHub ↗
(opts: { ref?: string; branch?: string; force?: boolean })

Source from the content-addressed store, hash-verified

57 }
58
59 async checkout(opts: { ref?: string; branch?: string; force?: boolean }) {
60 return this.git().checkout(opts);
61 }
62
63 async diff() {
64 return this.git().diff();

Callers 2

checkoutFunction · 0.80
git.test.tsFile · 0.80

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected