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

Function setContinueWatching

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

Source from the content-addressed store, hash-verified

605 }
606
607 public setContinueWatching(url: string, ep: number) {
608 return utils.setContinueWaching(url, ep, this.type, this.getCacheKey());
609 }
610
611 public getContinueWatching(): { url: string; ep: number } | null {
612 if (this.options && this.options.c) return this.options.c;

Callers

nothing calls this directly

Calls 1

getCacheKeyMethod · 0.45

Tested by

no test coverage detected