MCPcopy Index your code
hub / github.com/winfunc/opcode / clearTabs

Method clearTabs

src/services/tabPersistence.ts:177–180  ·  view source on GitHub ↗

* Clear saved tabs

()

Source from the content-addressed store, hash-verified

175 * Clear saved tabs
176 */
177 static clearTabs(): void {
178 localStorage.removeItem(STORAGE_KEY);
179 localStorage.removeItem(ACTIVE_TAB_KEY);
180 }
181
182 /**
183 * Migrate from old storage format if needed

Callers 2

setEnabledMethod · 0.95
TabProviderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected