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

Class

apps/ws/src/GameManager.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import { GameStatus } from '@prisma/client';
21
22export class GameManager {
23 private games: Game[];
24 private pendingGameId: string | null;
25 private users: User[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected