MCPcopy
hub / github.com/coder/mux / remove

Method remove

src/node/services/memoryService.ts:377–379  ·  view source on GitHub ↗
(relPath: string)

Source from the content-addressed store, hash-verified

375 }
376
377 async remove(relPath: string): Promise<void> {
378 await fsPromises.rm(this.abs(relPath), { recursive: true, force: true });
379 }
380
381 async rename(oldRelPath: string, newRelPath: string): Promise<void> {
382 const newAbs = this.abs(newRelPath);

Callers

nothing calls this directly

Calls 1

absMethod · 0.95

Tested by

no test coverage detected