(options)
| 601 | }); |
| 602 | }, |
| 603 | async remoteAdd(options) { |
| 604 | return remoteAddWith({ |
| 605 | ...options, |
| 606 | fs: await fs(), |
| 607 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 608 | }); |
| 609 | }, |
| 610 | async remoteRemove(options) { |
| 611 | return remoteRemoveWith({ |
| 612 | ...options, |
nothing calls this directly
no test coverage detected