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

Class

client/shared/api/socket.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * 封装后的 Socket
27 */
28export class AppSocket {
29 private listener: [string, (data: unknown) => void][] = [];
30
31 constructor(private socket: Socket) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected