()
| 268 | }; |
| 269 | |
| 270 | const getStats = (): WsServerStats => ({ |
| 271 | paths: collSize(clientsByPath), |
| 272 | clients: collSize2(clientsByPath), |
| 273 | }); |
| 274 | |
| 275 | const destroy = async () => { |
| 276 | collClear(clientsByPath); |
nothing calls this directly
no test coverage detected
searching dependent graphs…