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

Method branch

packages/shell/src/tests/agents/git.ts:55–57  ·  view source on GitHub ↗
(opts?: { name?: string; list?: boolean; delete?: string })

Source from the content-addressed store, hash-verified

53 }
54
55 async branch(opts?: { name?: string; list?: boolean; delete?: string }) {
56 return this.git().branch(opts);
57 }
58
59 async checkout(opts: { ref?: string; branch?: string; force?: boolean }) {
60 return this.git().checkout(opts);

Callers 3

branchFunction · 0.45
checkoutFunction · 0.45
git.test.tsFile · 0.45

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected