Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getLast
Method · 0.95
getLastText
Method · 0.95
orderItems
Function · 0.80
sortItemsByLastTimestamp
Function · 0.80
Calls
1
getProgressLastTimestamp
Method · 0.95
Tested by
no test coverage detected