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

Function rm

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

Source from the content-addressed store, hash-verified

448 });
449 },
450 async rm(options) {
451 await rmWith({
452 ...options,
453 fs: await fs(),
454 git: await loadGit<IsomorphicGitRmClient>(),
455 cache,
456 });
457 },
458 async commit(options) {
459 return commitWith({
460 ...options,

Callers 1

build-bundle.mjsFile · 0.50

Calls 2

rmWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected