Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ cluster.ts
File
cluster.ts
packages/socket.io-cluster-engine/test/cluster.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
cluster from
"node:cluster"
;
2
import
expect = require(
"expect.js"
);
3
import
{ handshake, url } from
"./util"
;
4
import
{ setupPrimary } from
"../lib"
;
Callers
nothing calls this directly
Calls
7
setupPrimary
Function · 0.90
handshake
Function · 0.90
url
Function · 0.90
done
Function · 0.85
it
Function · 0.85
eql
Method · 0.80
on
Method · 0.45
Tested by
no test coverage detected