MCPcopy
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

generalSingleTestsFunction · 0.95
getPageIdMethod · 0.95
initProgressFunction · 0.45
setProgressModeFunction · 0.45
updateFunction · 0.45
syncFunction · 0.45
emitUpdateFunction · 0.45
deleteFunction · 0.45
registerEventFunction · 0.45
setResumeWatchingFunction · 0.45
setContinueWatchingFunction · 0.45
prepareDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected