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

Method remove

src/node/services/memoryService.ts:265–265  ·  view source on GitHub ↗

Recursive delete of a file or directory.

(relPath: string)

Source from the content-addressed store, hash-verified

263 writeFile(relPath: string, content: string): Promise<void>;
264 /** Recursive delete of a file or directory. */
265 remove(relPath: string): Promise<void>;
266 /** Move/rename; creates the destination's parent directories. */
267 rename(oldRelPath: string, newRelPath: string): Promise<void>;
268 /**

Implementers 1

LocalMemoryStoresrc/node/services/memoryService.ts

Calls

no outgoing calls

Tested by

no test coverage detected