MCPcopy Create free account
hub / github.com/coder/mux / onOpenWorkspace

Function onOpenWorkspace

vscode/src/webview/App.tsx:452–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 };
451
452 const onOpenWorkspace = () => {
453 if (!selectedWorkspaceId) {
454 return;
455 }
456
457 bridge.postMessage({ type: "openWorkspace", workspaceId: selectedWorkspaceId });
458 };
459
460
461 return (

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.45

Tested by

no test coverage detected