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

Interface FileSystemSnapshot

apps/webuiapps/src/types/fileSystem.ts:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 * File system store snapshot (for serialization)
65 */
66export interface FileSystemSnapshot {
67 nodes: Array<[string, FileNode]>;
68 pathIndex: Array<[string, string]>;
69 rootId: string;
70}
71
72// ============ File operation types ============
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected