( input: RemoteWorkspaceConnectionInput )
| 17 | } |
| 18 | |
| 19 | export async function testRemoteWorkspaceConnection( |
| 20 | input: RemoteWorkspaceConnectionInput |
| 21 | ): Promise<void> { |
| 22 | return getShellTransport().call("test_remote_workspace_connection", { input }) |
| 23 | } |
| 24 | |
| 25 | export async function createRemoteWorkspaceConnection( |
| 26 | input: RemoteWorkspaceConnectionInput |
nothing calls this directly
no test coverage detected