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

Method getAllNodes

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

* Get all nodes

()

Source from the content-addressed store, hash-verified

159 * Get all nodes
160 */
161 getAllNodes(): FileNode[] {
162 return Array.from(this.nodes.values());
163 }
164
165 /**
166 * Check if a path exists

Callers 1

useFileSystemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected