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

Function branch

packages/computer/src/git/index.ts:516–522  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

514 });
515 },
516 async branch(options) {
517 return branchWith({
518 ...options,
519 fs: await fs(),
520 git: await loadGit<IsomorphicGitRefsClient>(),
521 });
522 },
523 async branchDelete(options) {
524 return branchDeleteWith({
525 ...options,

Callers

nothing calls this directly

Calls 2

branchWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected