MCPcopy
hub / github.com/microsoft/vscode / connect

Method connect

src/vs/server/node/agentHostChannel.ts:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 readonly onFrame: Event<string>;
58 readonly onClose: Event<void>;
59 connect(): Promise<void>;
60 send(frame: string): void;
61}
62

Callers 6

analyzeSnapshot.jsFile · 0.65
waitForServerFunction · 0.65
stdio.tsFile · 0.65
doFindFreePortFunction · 0.65
callMethod · 0.65
setupSharedProcessMethod · 0.65

Implementers 5

FakeUpstreamsrc/vs/server/test/node/agentHostChann
WebSocketUpstreamConnectionsrc/vs/server/node/agentHostChannel.ts
AgentHostIpcChannelTransportsrc/vs/platform/agentHost/browser/agen
WebSocketClientTransportsrc/vs/platform/agentHost/browser/webS
MockTransportsrc/vs/platform/agentHost/test/electro

Calls

no outgoing calls

Tested by

no test coverage detected