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

Method delete

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

Source from the content-addressed store, hash-verified

104 }): Promise<{ userIdsToNotify: string[]; parentMessageId: string }>;
105
106 delete({
107 userId,
108 id,
109 }: {

Callers

nothing calls this directly

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected