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

Method constructor

web/lib/collaboration/socket.ts:223–226  ·  view source on GitHub ↗
(sessionId: string, token: string)

Source from the content-addressed store, hash-verified

221 onConnectionChange?: (connected: boolean) => void;
222
223 constructor(sessionId: string, token: string) {
224 this.sessionId = sessionId;
225 this.token = token;
226 }
227
228 connect(wsUrl: string): void {
229 this.wsUrl = wsUrl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected