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

Method getLastTimestamp

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

Source from the content-addressed store, hash-verified

62 }
63
64 getLastTimestamp() {
65 if (!this.getProgressLastTimestamp()) return NaN;
66 return this.getProgressLastTimestamp();
67 }
68
69 getLast() {
70 const timestamp = Number(this.getLastTimestamp());

Callers 4

getLastMethod · 0.95
getLastTextMethod · 0.95
orderItemsFunction · 0.80
sortItemsByLastTimestampFunction · 0.80

Calls 1

Tested by

no test coverage detected