(ws: WebSocket, attachment: ConnectionAttachments)
| 49 | } |
| 50 | |
| 51 | set(ws: WebSocket, attachment: ConnectionAttachments) { |
| 52 | this._cache.set(ws, attachment); |
| 53 | WebSocket.prototype.serializeAttachment.call(ws, attachment); |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | const attachments = new AttachmentCache(); |
no outgoing calls
no test coverage detected