Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ isValidDate
Method
isValidDate
src/utils/IntlWrapper.ts:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
237
// Utility
238
isValidDate() {
239
return
isValidDate(this.date);
240
}
241
242
isNow() {
243
return
checkForNow(this.date.getTime());
Callers
6
getRelativeNowText
Method · 0.95
getRelativeNowFriendlyText
Method · 0.95
getPredictionText
Method · 0.95
getLastText
Method · 0.95
IntlWrapper.test.ts
File · 0.80
getDateTimeRangeText
Method · 0.80
Calls
1
isValidDate
Function · 0.85
Tested by
no test coverage detected