({
userId,
messageId,
fileName,
fileUrl,
}: {
userId: string;
messageId: string;
fileName: string;
fileUrl: string;
})
| 122 | }): Promise<void>; |
| 123 | |
| 124 | addFile({ |
| 125 | userId, |
| 126 | messageId, |
| 127 | fileName, |
nothing calls this directly
no outgoing calls
no test coverage detected