(options = {})
| 564 | }); |
| 565 | }, |
| 566 | async fetch(options = {}) { |
| 567 | return fetchWith({ |
| 568 | ...options, |
| 569 | fs: await fs(), |
| 570 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 571 | http: await loadHttp(), |
| 572 | cache, |
| 573 | }); |
| 574 | }, |
| 575 | async push(options = {}) { |
| 576 | return pushWith({ |
| 577 | ...options, |
no test coverage detected