(id: string)
| 374 | } |
| 375 | |
| 376 | export async function connectWorkspace(id: string): Promise<void> { |
| 377 | return invoke("connect_workspace", { id }); |
| 378 | } |
| 379 | |
| 380 | export async function setWorkspaceRuntimeCodexArgs( |
| 381 | workspaceId: string, |
no outgoing calls
no test coverage detected