MCPcopy Create free account
hub / github.com/codicocodes/speedtyper.dev /

Class

packages/webapp-next/Socket.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import io from "socket.io-client";
2
3export default class Socket {
4 socket: SocketIOClient.Socket;
5
6 constructor(serverUrl: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected