(options)
| 608 | }); |
| 609 | }, |
| 610 | async remoteRemove(options) { |
| 611 | return remoteRemoveWith({ |
| 612 | ...options, |
| 613 | fs: await fs(), |
| 614 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 615 | }); |
| 616 | }, |
| 617 | async remoteList(options = {}) { |
| 618 | return remoteListWith({ |
| 619 | ...options, |
nothing calls this directly
no test coverage detected