Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
export
const
clearLocalStorage =
async
() => {
261
await
browser.storage.local.clear();
262
};
Callers
2
init
Function · 0.90
background.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected