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

Method getCurrentEpisode

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

Source from the content-addressed store, hash-verified

32 }
33
34 getCurrentEpisode() {
35 if (!api.settings.get('epPredictions')) return null;
36 return this.getProgressCurrentEpisode();
37 }
38
39 getPredictionTimestamp() {
40 const progressPrediction = this.getProgressPrediction();

Callers 8

injectProgressMethod · 0.80
injectProgressListMethod · 0.80
fullListCallbackMethod · 0.80
sortAiringListFunction · 0.80
sortUnreadFunction · 0.80
fullListCallbackMethod · 0.80
setEpPredictionMethod · 0.80
bookmarksMethod · 0.80

Calls 2

getMethod · 0.65

Tested by

no test coverage detected