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

Class

src/cli/transports/WebSocketTransport.ts:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74export class WebSocketTransport implements Transport {
75 private ws: WebSocketLike | null = null
76 private lastSentId: string | null = null
77 protected url: URL

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected