(options)
| 637 | }); |
| 638 | }, |
| 639 | async updateRef(options) { |
| 640 | return updateRefWith({ |
| 641 | ...options, |
| 642 | fs: await fs(), |
| 643 | git: await loadGit<IsomorphicGitPlumbingClient>(), |
| 644 | }); |
| 645 | }, |
| 646 | async configGet(options) { |
| 647 | return configGetWith({ |
| 648 | ...options, |
nothing calls this directly
no test coverage detected