Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ deleteFile
Method
deleteFile
apps/webuiapps/src/types/fileSystem.ts:103–103 ·
view source on GitHub ↗
Delete file
(path: string)
Source
from the content-addressed store, hash-verified
101
writeFile(path: string, content: unknown, options?: WriteFileOptions): Promise<void>;
102
/** Delete file */
103
deleteFile(path: string): Promise<void>;
104
}
105
106
// ============ Event types ============
Callers
1
deleteFromCloud
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected