MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / connect

Method connect

src/app/service/offscreen/client.ts:104–106  ·  view source on GitHub ↗
(params: VSCodeConnectParam)

Source from the content-addressed store, hash-verified

102 }
103
104 connect(params: VSCodeConnectParam): Promise<void> {
105 return this.do("connect", params);
106 }
107}

Callers 1

initMethod · 0.95

Calls 1

doMethod · 0.45

Tested by

no test coverage detected