Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ toJSON
Method
toJSON
apps/webuiapps/src/lib/FileSystemStore.ts:460–463 ·
view source on GitHub ↗
* Export as JSON
()
Source
from the content-addressed store, hash-verified
458
* Export as JSON
459
*/
460
toJSON(): string {
461
const
snapshot = this.toSnapshot();
462
return
JSON.stringify(snapshot);
463
}
464
465
/**
466
* Restore from JSON
Callers
1
useFileSystem
Function · 0.80
Calls
1
toSnapshot
Method · 0.95
Tested by
no test coverage detected