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

Function createFileSystemStore

apps/webuiapps/src/lib/FileSystemStore.ts:717–719  ·  view source on GitHub ↗
(fileApi?: FileOperations)

Source from the content-addressed store, hash-verified

715 * Create a FileSystemStore instance
716 */
717export const createFileSystemStore = (fileApi?: FileOperations): FileSystemStore => {
718 return new FileSystemStore(fileApi);
719};
720
721export default FileSystemStore;

Callers 1

useFileSystemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected