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

Method delete

api/server/models/Comment.ts:80–80  ·  view source on GitHub ↗
({
    userId,
    id,
    isDiscussionBeingDeleted,
  }: {
    userId: string;
    id: string;
    isDiscussionBeingDeleted: boolean;
  })

Source from the content-addressed store, hash-verified

78 }): Promise<ICommentDocument>;
79
80 delete({
81 userId,
82 id,
83 isDiscussionBeingDeleted,

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected