Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ getValue
Method
getValue
src/utils/Cache.ts:64–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
async
getValue(): Promise<T | null> {
65
const
value =
await
this.getStorage();
66
return
value.data;
67
}
68
69
async
setValue(result: T) {
70
const
save = { data: result, timestamp:
new
Date().getTime() };
Callers
10
getProgressTypeList
Function · 0.95
init
Function · 0.95
getRulesCacheKey
Function · 0.95
userId
Function · 0.95
fillRelations
Method · 0.95
checkForFiller
Method · 0.95
init
Function · 0.45
getCached
Function · 0.45
cacheSeries
Function · 0.45
getSeries
Function · 0.45
Calls
1
getStorage
Method · 0.95
Tested by
no test coverage detected