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

Method delete

lib/models/files.ts:518–523  ·  view source on GitHub ↗
(fileShareId: string)

Source from the content-addressed store, hash-verified

516 }
517
518 static async delete(fileShareId: string): Promise<void> {
519 await db.query(
520 sql`DELETE FROM "bewcloud_file_shares" WHERE "id" = $1`,
521 [fileShareId],
522 );
523 }
524
525 static async createSessionCookie(
526 request: Request,

Callers

nothing calls this directly

Calls 1

queryMethod · 0.80

Tested by

no test coverage detected