Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ getStorage
Method
getStorage
src/utils/Cache.ts:84–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
protected
async
getStorage() {
85
if
(this.localStorage) {
86
return
JSON.parse(localStore.getItem(this.key)!);
87
}
88
return
api.storage.get(this.key);
89
}
90
}
Callers
4
hasValue
Method · 0.95
hasValueAndIsNotEmpty
Method · 0.95
fullState
Method · 0.95
getValue
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected