MCPcopy Index your code
hub / github.com/MALSync/MALSync / setResumeWatching

Function setResumeWatching

src/_provider/singleAbstract.ts:598–600  ·  view source on GitHub ↗
(url: string, ep: number)

Source from the content-addressed store, hash-verified

596 }
597
598 public setResumeWatching(url: string, ep: number) {
599 return utils.setResumeWaching(url, ep, this.type, this.getCacheKey());
600 }
601
602 public getResumeWatching(): { url: string; ep: number } | null {
603 if (this.options && this.options.r) return this.options.r;

Callers

nothing calls this directly

Calls 1

getCacheKeyMethod · 0.45

Tested by

no test coverage detected