MCPcopy
hub / github.com/qawolf/cli / rm

Function rm

src/shell/fs.ts:66–68  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

64 return fs.promises.readFile(path, "utf-8");
65 },
66 async rm(path, options) {
67 await fs.promises.rm(path, options);
68 },
69 stat(path) {
70 return fs.promises.stat(path);
71 },

Calls

no outgoing calls

Tested by 1

buildArchiveFunction · 0.40