(options)
| 622 | }); |
| 623 | }, |
| 624 | async hashObject(options) { |
| 625 | return hashObjectWith({ |
| 626 | ...options, |
| 627 | fs: await fs(), |
| 628 | git: await loadGit<IsomorphicGitPlumbingClient>(), |
| 629 | }); |
| 630 | }, |
| 631 | async catFile(options) { |
| 632 | return catFileWith({ |
| 633 | ...options, |
nothing calls this directly
no test coverage detected