(options)
| 644 | }); |
| 645 | }, |
| 646 | async configGet(options) { |
| 647 | return configGetWith({ |
| 648 | ...options, |
| 649 | fs: await fs(), |
| 650 | git: await loadGit<IsomorphicGitPlumbingClient>(), |
| 651 | }); |
| 652 | }, |
| 653 | async configSet(options) { |
| 654 | return configSetWith({ |
| 655 | ...options, |
nothing calls this directly
no test coverage detected