(options = {})
| 432 | }); |
| 433 | }, |
| 434 | async status(options = {}) { |
| 435 | return statusWith({ |
| 436 | ...options, |
| 437 | fs: await fs(), |
| 438 | git: await loadGit<IsomorphicGitStatusClient>(), |
| 439 | cache, |
| 440 | }); |
| 441 | }, |
| 442 | async add(options) { |
| 443 | await addWith({ |
| 444 | ...options, |
nothing calls this directly
no test coverage detected