MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / delete

Method delete

lib/models/files.ts:93–95  ·  view source on GitHub ↗
(userId: string, path: string, name: string)

Source from the content-addressed store, hash-verified

91 }
92
93 static async delete(userId: string, path: string, name: string): Promise<boolean> {
94 return await deleteDirectoryOrFile(userId, path, name);
95 }
96
97 static async searchNames(
98 userId: string,

Callers

nothing calls this directly

Calls 1

deleteDirectoryOrFileFunction · 0.85

Tested by

no test coverage detected