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

Method deleteForClearHistory

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

Source from the content-addressed store, hash-verified

96 }): Promise<IMessageDocument>;
97
98 deleteForClearHistory({
99 userId,
100 id,
101 }: {

Callers 1

clearHistoryMethod · 0.65

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected