Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ localStore.ts
File
localStore.ts
src/utils/localStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
let
store: Pick<Storage,
'getItem'
|
'setItem'
|
'clear'
|
'removeItem'
>;
2
3
if
(checkLocalStorageIsAvailable()) {
4
store = localStorage;
Callers
nothing calls this directly
Calls
1
checkLocalStorageIsAvailable
Function · 0.85
Tested by
no test coverage detected