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

Class

api/server/models/Message.ts:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147class MessageClass extends mongoose.Model {
148 public static async getList({ userId, chatId, batchNumberForMessages, limit }) {
149 await this.checkPermission({ userId, chatId });
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected