Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MALSync/MALSync
/ getCacheKey
Method
getCacheKey
src/_provider/Local/single.ts:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
getCacheKey() {
50
return
`local:${this.id}:${this.page}`;
51
}
52
53
getPageId() {
54
return
this.getCacheKey();
Callers
13
generalSingleTests
Function · 0.95
getPageId
Method · 0.95
initProgress
Function · 0.45
setProgressMode
Function · 0.45
update
Function · 0.45
sync
Function · 0.45
emitUpdate
Function · 0.45
delete
Function · 0.45
registerEvent
Function · 0.45
setResumeWatching
Function · 0.45
setContinueWatching
Function · 0.45
prepareData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected