MCPcopy Index your code
hub / github.com/Noumena-Network/code / rm

Function rm

src/utils/fsOperations.ts:410–412  ·  view source on GitHub ↗
(fsPath, options)

Source from the content-addressed store, hash-verified

408 },
409
410 async rm(fsPath, options) {
411 return rmPromise(fsPath, options)
412 },
413
414 async mkdir(dirPath, options) {
415 try {

Calls

no outgoing calls

Tested by 2

withFakeHomeFunction · 0.68
withProjectDirFunction · 0.68