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

Method getProgressLastTimestamp

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

Source from the content-addressed store, hash-verified

26 }
27
28 protected getProgressLastTimestamp() {
29 if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.timestamp)
30 return this.progressItem.lastEp.timestamp;
31 return null;
32 }
33
34 getCurrentEpisode() {
35 if (!api.settings.get('epPredictions')) return null;

Callers 1

getLastTimestampMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected