MCPcopy
hub / github.com/xintaofei/codeg / getRemoteWorkspaceConnection

Function getRemoteWorkspaceConnection

src/lib/remote-workspace.ts:13–17  ·  view source on GitHub ↗
(
  id: number
)

Source from the content-addressed store, hash-verified

11}
12
13export async function getRemoteWorkspaceConnection(
14 id: number
15): Promise<RemoteWorkspaceConnection> {
16 return getShellTransport().call("get_remote_workspace_connection", { id })
17}
18
19export async function testRemoteWorkspaceConnection(
20 input: RemoteWorkspaceConnectionInput

Callers 1

RemoteConnectionGateFunction · 0.90

Calls 2

getShellTransportFunction · 0.90
callMethod · 0.65

Tested by

no test coverage detected