MCPcopy Create free account
hub / github.com/msgbyte/tailchat / connected

Method connected

client/shared/api/socket.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 get connected(): boolean {
47 return this.socket.connected;
48 }
49
50 async request<T = unknown>(
51 eventName: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected