(error)
| 14 | onListen() {} |
| 15 | onConnection(ws) {} |
| 16 | onError(error) {} |
| 17 | start() { |
| 18 | const wss = new WebSocketServer({ server: this.options.server }); |
| 19 | wss.on('listening', this.onListen); |
nothing calls this directly
no outgoing calls
no test coverage detected