MCPcopy Create free account
hub / github.com/contextgo/contextgo / clearStorage

Function clearStorage

tests/unit/chatLayoutHooks.dom.test.ts:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 const STORAGE_KEY = 'contextgo_workspace_panel_collapsed';
257
258 function clearStorage() {
259 globalThis.localStorage.removeItem(STORAGE_KEY);
260 }
261
262 beforeEach(() => {
263 vi.clearAllMocks();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected