| 77 | // --------------------------------------------------------------------------- |
| 78 | |
| 79 | export class WebAdapter implements PlatformAdapter { |
| 80 | readonly name = "web"; |
| 81 | |
| 82 | private wss: WebSocketServer | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected