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