MCPcopy
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

1import cluster from "node:cluster";
2import expect = require("expect.js");
3import { handshake, url } from "./util";
4import { setupPrimary } from "../lib";

Callers

nothing calls this directly

Calls 7

setupPrimaryFunction · 0.90
handshakeFunction · 0.90
urlFunction · 0.90
doneFunction · 0.85
itFunction · 0.85
eqlMethod · 0.80
onMethod · 0.45

Tested by

no test coverage detected