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