Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/socketio/socket.io
/ handler
Function
handler
test/namespaces.ts:572–577 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
570
});
571
572
const
handler = () => {
573
if
(++counters.events === 2) {
574
expect(counters.created).to.equal(1);
575
success(done, io, one, two);
576
}
577
};
578
579
io.of((name, query, next) => {
580
buffer.push(next);
Callers
nothing calls this directly
Calls
2
success
Function · 0.90
equal
Method · 0.80
Tested by
no test coverage detected