(options)
| 556 | }); |
| 557 | }, |
| 558 | async checkout(options) { |
| 559 | return checkoutWith({ |
| 560 | ...options, |
| 561 | fs: await fs(), |
| 562 | git: await loadGit<IsomorphicGitRefsClient>(), |
| 563 | cache, |
| 564 | }); |
| 565 | }, |
| 566 | async fetch(options = {}) { |
| 567 | return fetchWith({ |
| 568 | ...options, |
nothing calls this directly
no test coverage detected