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

Method checkPermission

api/server/models/Message.ts:136–136  ·  view source on GitHub ↗
({
    userId,
    chatId,
    doc,
  }: {
    userId: string;
    chatId: string;
    doc?: IMessageDocument;
  })

Source from the content-addressed store, hash-verified

134 }): Promise<void>;
135
136 checkPermission({
137 userId,
138 chatId,
139 doc,

Callers

nothing calls this directly

Implementers 1

MessageClassapi/server/models/Message.ts

Calls

no outgoing calls

Tested by

no test coverage detected