(options)
| 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, |
nothing calls this directly
no test coverage detected