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

Class

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

Source from the content-addressed store, hash-verified

1import { connect, Socket as SocketIOSocket } from "socketio-latest";
2
3export default class SocketLatest {
4 socket: SocketIOSocket;
5
6 constructor(serverUrl: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected