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

Method deleteFile

api/server/models/Comment.ts:90–90  ·  view source on GitHub ↗
({
    userId,
    commentId,
    fileUrl,
  }: {
    userId: string;
    commentId: string;
    fileUrl: string;
  })

Source from the content-addressed store, hash-verified

88 }): Promise<{ userIdsToNotify: string[] }>;
89
90 deleteFile({
91 userId,
92 commentId,
93 fileUrl,

Callers 1

team-member.tsFile · 0.65

Implementers 2

CommentClassapi/server/models/Comment.ts
MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected