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

Class

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

Source from the content-addressed store, hash-verified

29 * Manages in-memory file tree structure
30 */
31export class FileSystemStore {
32 private nodes: Map<string, FileNode>;
33 private pathIndex: Map<string, string>;
34 private rootId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected