(options)
| 542 | }); |
| 543 | }, |
| 544 | async tagDelete(options) { |
| 545 | return tagDeleteWith({ |
| 546 | ...options, |
| 547 | fs: await fs(), |
| 548 | git: await loadGit<IsomorphicGitRefsClient>(), |
| 549 | }); |
| 550 | }, |
| 551 | async tagList(options = {}) { |
| 552 | return tagListWith({ |
| 553 | ...options, |
nothing calls this directly
no test coverage detected