MCPcopy Create free account
hub / github.com/cloudflare/computer / tagDelete

Function tagDelete

packages/computer/src/git/index.ts:544–550  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 2

tagDeleteWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected