MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/remote/SessionsWebSocket.ts:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 * 3. Receive SDKMessage stream from the session
83 */
84export class SessionsWebSocket {
85 private ws: WebSocketLike | null = null
86 private state: WebSocketState = 'closed'
87 private reconnectAttempts = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected