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

Function rm

packages/computer/src/workspace.ts:1164–1166  ·  view source on GitHub ↗
(path, opts)

Source from the content-addressed store, hash-verified

1162 );
1163 },
1164 async rm(path, opts) {
1165 await fs.rm(path, opts);
1166 },
1167 async glob(pattern) {
1168 const { directory, relativePattern } = splitGlobPattern(pattern);
1169 const matches = await fs.find(directory, relativePattern);

Callers 2

mainFunction · 0.50
build.mjsFile · 0.50

Calls 1

rmMethod · 0.65

Tested by

no test coverage detected