MCPcopy
hub / github.com/socketio/socket.io / in-memory.ts

File in-memory.ts

packages/socket.io-cluster-engine/test/in-memory.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter } from "node:events";
2import { createServer, Server } from "node:http";
3import expect = require("expect.js");
4import { WebSocket } from "ws";

Callers

nothing calls this directly

Calls 12

handshakeFunction · 0.90
urlFunction · 0.90
createServerFunction · 0.85
itFunction · 0.85
doneFunction · 0.85
listenMethod · 0.80
eqlMethod · 0.80
attachMethod · 0.45
closeMethod · 0.45
onMethod · 0.45
sendMethod · 0.45
abortMethod · 0.45

Tested by

no test coverage detected