MCPcopy
hub / github.com/socketio/socket.io / handler

Function handler

packages/socket.io/test/namespaces.ts:603–608  ·  packages/socket.io/test/namespaces.ts::handler
()

Source from the content-addressed store, hash-verified

601 });
602
603 const handler = () => {
604 if (++counters.events === 2) {
605 expect(counters.created).to.equal(1);
606 success(done, io, one, two);
607 }
608 };
609
610 io.of((name, query, next) => {
611 buffer.push(next);

Callers

nothing calls this directly

Calls 2

successFunction · 0.90
equalMethod · 0.80

Tested by

no test coverage detected