MCPcopy Create free account
hub / github.com/code100x/chess /

Class

apps/ws/src/SocketManager.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21class SocketManager {
22 private static instance: SocketManager;
23 private interestedSockets: Map<string, User[]>;
24 private userRoomMappping: Map<string, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected