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

Method getState

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

* Get current state

()

Source from the content-addressed store, hash-verified

476 * Get current state
477 */
478 getState(): FileSystemStoreState {
479 return {
480 nodes: new Map(this.nodes),
481 pathIndex: new Map(this.pathIndex),
482 rootId: this.rootId,
483 };
484 }
485
486 // ============ Cloud Sync ============
487

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected