Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ exists
Method
exists
apps/webuiapps/src/lib/FileSystemStore.ts:168–170 ·
view source on GitHub ↗
* Check if a path exists
(path: string)
Source
from the content-addressed store, hash-verified
166
* Check
if
a path exists
167
*/
168
exists(path: string): boolean {
169
return
this.pathIndex.has(normalizePath(path));
170
}
171
172
/**
173
* Get node count
Callers
1
useFileSystem
Function · 0.80
Calls
1
normalizePath
Function · 0.90
Tested by
no test coverage detected