Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ shouldNotHappen
Function
shouldNotHappen
packages/socket.io/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.70
Calls
1
done
Function · 0.85
Tested by
no test coverage detected