MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / removeByPath

Method removeByPath

apps/webuiapps/src/lib/FileSystemStore.ts:301–304  ·  view source on GitHub ↗

* Remove a node by path

(path: string)

Source from the content-addressed store, hash-verified

299 * Remove a node by path
300 */
301 removeByPath(path: string): boolean {
302 const node = this.getByPath(path);
303 return node ? this.removeNode(node.id) : false;
304 }
305
306 /**
307 * Move a node

Callers 1

useFileSystemFunction · 0.80

Calls 2

getByPathMethod · 0.95
removeNodeMethod · 0.95

Tested by

no test coverage detected