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

Class

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

Source from the content-addressed store, hash-verified

3import { userJwtClaims } from './auth';
4
5export class User {
6 public socket: WebSocket;
7 public id: string;
8 public userId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected