(options = {})
| 615 | }); |
| 616 | }, |
| 617 | async remoteList(options = {}) { |
| 618 | return remoteListWith({ |
| 619 | ...options, |
| 620 | fs: await fs(), |
| 621 | git: await loadGit<IsomorphicGitNetworkClient>(), |
| 622 | }); |
| 623 | }, |
| 624 | async hashObject(options) { |
| 625 | return hashObjectWith({ |
| 626 | ...options, |
nothing calls this directly
no test coverage detected