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

Method writeFile

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

Write file

(path: string, content: unknown, options?: WriteFileOptions)

Source from the content-addressed store, hash-verified

99 readFile(path: string): Promise<ReadFileResult>;
100 /** Write file */
101 writeFile(path: string, content: unknown, options?: WriteFileOptions): Promise<void>;
102 /** Delete file */
103 deleteFile(path: string): Promise<void>;
104}

Callers 4

MusicAppFunction · 0.80
CyberNewsFunction · 0.80
GomokuAppFunction · 0.80
syncToCloudMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected