(options)
| 629 | }); |
| 630 | }, |
| 631 | async catFile(options) { |
| 632 | return catFileWith({ |
| 633 | ...options, |
| 634 | fs: await fs(), |
| 635 | git: await loadGit<IsomorphicGitPlumbingClient>(), |
| 636 | cache, |
| 637 | }); |
| 638 | }, |
| 639 | async updateRef(options) { |
| 640 | return updateRefWith({ |
| 641 | ...options, |
nothing calls this directly
no test coverage detected