MCPcopy Create free account
hub / github.com/async-labs/async / deleteFile

Method deleteFile

api/server/models/Message.ts:114–114  ·  view source on GitHub ↗
({
    userId,
    messageId,
    fileUrl,
  }: {
    userId: string;
    messageId: string;
    fileUrl: string;
  })

Source from the content-addressed store, hash-verified

112 }): Promise<{ userIdsToNotify: string[]; parentMessageId: string }>;
113
114 deleteFile({
115 userId,
116 messageId,
117 fileUrl,

Callers

nothing calls this directly

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected