Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/
Class
src/cli/remoteIO.ts:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
* Supports WebSocket transport
34
*/
35
export
class
RemoteIO extends StructuredIO {
36
private url: URL
37
private transport: Transport
38
private inputStream: PassThrough
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected