MCPcopy Create free account
hub / github.com/hashintel/hash / clearLocalStorage

Function clearLocalStorage

apps/plugin-browser/src/shared/storage.ts:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258};
259
260export const clearLocalStorage = async () => {
261 await browser.storage.local.clear();
262};

Callers 2

initFunction · 0.90
background.tsFile · 0.90

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected