Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
28
export
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