Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ getRoot
Method
getRoot
apps/webuiapps/src/lib/FileSystemStore.ts:154–156 ·
view source on GitHub ↗
* Get root node
()
Source
from the content-addressed store, hash-verified
152
* Get root node
153
*/
154
getRoot(): FileNode {
155
return
this.nodes.get(this.rootId)!;
156
}
157
158
/**
159
* Get all nodes
Callers
1
useFileSystem
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected