MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/remote/SessionsWebSocket.ts:90–95  ·  view source on GitHub ↗
(
    private readonly sessionId: string,
    private readonly orgUuid: string,
    private readonly getAccessToken: () => string,
    private readonly callbacks: SessionsWebSocketCallbacks,
  )

Source from the content-addressed store, hash-verified

88 private reconnectTimer: NodeJS.Timeout | null = null
89
90 constructor(
91 private readonly sessionId: string,
92 private readonly orgUuid: string,
93 private readonly getAccessToken: () => string,
94 private readonly callbacks: SessionsWebSocketCallbacks,
95 ) {}
96
97 /**
98 * Connect to the sessions WebSocket endpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected