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

Method getProgressCurrentEpisode

src/utils/progress.ts:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 protected getProgressCurrentEpisode() {
13 if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.total)
14 return this.progressItem.lastEp.total;
15 return null;
16 }
17
18 protected getProgressPrediction() {
19 if (

Callers 1

getCurrentEpisodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected