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

Function branchDelete

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

Source from the content-addressed store, hash-verified

521 });
522 },
523 async branchDelete(options) {
524 return branchDeleteWith({
525 ...options,
526 fs: await fs(),
527 git: await loadGit<IsomorphicGitRefsClient>(),
528 });
529 },
530 async branchList(options = {}) {
531 return branchListWith({
532 ...options,

Callers

nothing calls this directly

Calls 2

branchDeleteWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected