()
| 273 | }); |
| 274 | |
| 275 | const destroy = async () => { |
| 276 | collClear(clientsByPath); |
| 277 | await promiseAll(mapMap(serverClientsByPath, stopServerClient)); |
| 278 | webSocketServer.close(); |
| 279 | }; |
| 280 | |
| 281 | const wsServer = { |
| 282 | getWebSocketServer, |
nothing calls this directly
no test coverage detected
searching dependent graphs…