({
userId,
teamId,
chat,
}: {
userId: string;
teamId: string;
chat?: IChatDocument;
})
| 64 | }): Promise<{ foundMessages: IMessageDocument[]; contextMessages: IMessageDocument[] }>; |
| 65 | |
| 66 | checkPermission({ |
| 67 | userId, |
| 68 | teamId, |
| 69 | chat, |
nothing calls this directly
no outgoing calls
no test coverage detected