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

Method getList

api/server/models/Message.ts:44–44  ·  view source on GitHub ↗
({
    userId,
    chatId,
    batchNumberForMessages,
    limit,
  }: {
    userId: string;
    chatId: string;
    batchNumberForMessages: number;
    limit: number;
  })

Source from the content-addressed store, hash-verified

42
43interface IMessageModel extends mongoose.Model<IMessageDocument> {
44 getList({
45 userId,
46 chatId,
47 batchNumberForMessages,

Callers

nothing calls this directly

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected