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

Method constructor

src/remote/RemoteSessionManager.ts:100–103  ·  view source on GitHub ↗
(
    private readonly config: RemoteSessionConfig,
    private readonly callbacks: RemoteSessionCallbacks,
  )

Source from the content-addressed store, hash-verified

98 new Map()
99
100 constructor(
101 private readonly config: RemoteSessionConfig,
102 private readonly callbacks: RemoteSessionCallbacks,
103 ) {}
104
105 /**
106 * Connect to the remote session via WebSocket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected