(options)
| 506 | }); |
| 507 | }, |
| 508 | async lsTree(options) { |
| 509 | return lsTreeWith({ |
| 510 | ...options, |
| 511 | fs: await fs(), |
| 512 | git: await loadGit<IsomorphicGitReadsClient>(), |
| 513 | cache, |
| 514 | }); |
| 515 | }, |
| 516 | async branch(options) { |
| 517 | return branchWith({ |
| 518 | ...options, |
nothing calls this directly
no test coverage detected