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

Method getAuto

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

Source from the content-addressed store, hash-verified

86 }
87
88 getAuto() {
89 const preT = this.getPrediction();
90 if (preT) return preT;
91 const lastT = this.getLast();
92 if (lastT) return lastT;
93 return '';
94 }
95
96 getAutoText(sourceInfo = false) {
97 const textParts = [] as string[];

Callers

nothing calls this directly

Calls 2

getPredictionMethod · 0.95
getLastMethod · 0.95

Tested by

no test coverage detected