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

Method getProgressPrediction

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

Source from the content-addressed store, hash-verified

16 }
17
18 protected getProgressPrediction() {
19 if (
20 this.progressItem &&
21 this.progressItem.predicition &&
22 this.progressItem.predicition.timestamp
23 )
24 return this.progressItem.predicition.timestamp;
25 return null;
26 }
27
28 protected getProgressLastTimestamp() {
29 if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.timestamp)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected