MCPcopy Create free account
hub / github.com/block/buzz / clearWorkspaceStorage

Function clearWorkspaceStorage

desktop/src/features/workspaces/workspaceStorage.ts:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68export function clearWorkspaceStorage(): void {
69 localStorage.removeItem(WORKSPACES_KEY);
70 localStorage.removeItem(ACTIVE_WORKSPACE_KEY);
71}
72
73export function loadActiveWorkspaceId(): string | null {
74 return localStorage.getItem(ACTIVE_WORKSPACE_KEY);

Callers 1

useWorkspacesInternalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected