MCPcopy
hub / github.com/socketio/socket.io / server-close.ts

File server-close.ts

packages/socket.io/test/fixtures/server-close.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const server = require("http").createServer();
2const ioc = require("socket.io-client");
3const io = require("../..")(server);
4

Callers

nothing calls this directly

Calls 4

listenMethod · 0.80
connectMethod · 0.45
onMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected