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

Method getLast

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

Source from the content-addressed store, hash-verified

67 }
68
69 getLast() {
70 const timestamp = Number(this.getLastTimestamp());
71 if (Number.isNaN(timestamp)) return '';
72 const last = new IntlDateTime(timestamp).getRelativeNowFriendlyText('Progress', {
73 style: 'significantLongNarrow',
74 });
75 return last;
76 }
77
78 getLastText() {
79 const timestamp = Number(this.getLastTimestamp());

Callers 1

getAutoMethod · 0.95

Calls 2

getLastTimestampMethod · 0.95

Tested by

no test coverage detected