Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/socketio/socket.io
/ shouldNotHappen
Function
shouldNotHappen
test/uws.ts:23–23 ·
view source on GitHub ↗
(done)
Source
from the content-addressed store, hash-verified
21
};
22
23
const
shouldNotHappen = (done) => () => done(
new
Error(
"should not happen"
));
24
25
describe(
"socket.io with uWebSocket.js-based engine"
, () => {
26
let
io: Server,
Callers
1
uws.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected