MCPcopy 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

1let store: Pick<Storage, 'getItem' | 'setItem' | 'clear' | 'removeItem'>;
2
3if (checkLocalStorageIsAvailable()) {
4 store = localStorage;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected