Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ getById
Method
getById
apps/webuiapps/src/lib/FileSystemStore.ts:106–108 ·
view source on GitHub ↗
* Get node by ID
(id: string)
Source
from the content-addressed store, hash-verified
104
* Get node by ID
105
*/
106
getById(id: string): FileNode | undefined {
107
return
this.nodes.get(id);
108
}
109
110
/**
111
* Get node by path
Callers
1
useFileSystem
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected