MCPcopy Create free account
hub / github.com/bytebase/bytebase / broadcastWorkspaceSwitch

Function broadcastWorkspaceSwitch

frontend/src/store/workspaceSwitchChannel.ts:20–22  ·  view source on GitHub ↗
(workspaceName: string)

Source from the content-addressed store, hash-verified

18);
19
20export const broadcastWorkspaceSwitch = (workspaceName: string) => {
21 workspaceSwitchChannel.postMessage(workspaceName);
22};

Callers 1

createWorkspaceSliceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected