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

Method delete

api/server/models/Discussion.ts:69–69  ·  view source on GitHub ↗
({
    userId,
    discussionId,
  }: {
    userId: string;
    discussionId: string;
  })

Source from the content-addressed store, hash-verified

67 }): Promise<{ newOrUpdatedDiscussion: IDiscussionDocument; initialComments: ICommentDocument[] }>;
68
69 delete({
70 userId,
71 discussionId,
72 }: {

Callers 1

deleteMethod · 0.65

Implementers 1

DiscussionClassapi/server/models/Discussion.ts

Calls

no outgoing calls

Tested by

no test coverage detected