Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
export
const
broadcastWorkspaceSwitch = (workspaceName: string) => {
21
workspaceSwitchChannel.postMessage(workspaceName);
22
};
Callers
1
createWorkspaceSlice
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected