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

Method isNow

src/utils/IntlWrapper.ts:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 isNow() {
243 return checkForNow(this.date.getTime());
244 }
245
246 isFuture() {
247 return this.date.getTime() > Date.now();

Callers 4

getPredictionTextMethod · 0.95
getLastTextMethod · 0.95

Calls 1

checkForNowFunction · 0.85

Tested by

no test coverage detected