Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ EventEmitter } from
"node:events"
;
2
import
{ createServer, Server } from
"node:http"
;
3
import
expect = require(
"expect.js"
);
4
import
{ WebSocket } from
"ws"
;
Callers
nothing calls this directly
Calls
12
handshake
Function · 0.90
url
Function · 0.90
createServer
Function · 0.85
it
Function · 0.85
done
Function · 0.85
listen
Method · 0.80
eql
Method · 0.80
attach
Method · 0.45
close
Method · 0.45
on
Method · 0.45
send
Method · 0.45
abort
Method · 0.45
Tested by
no test coverage detected