Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ nextRun
Method
nextRun
src/scheduler/runner.ts:260–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
258
}
259
260
nextRun(){
261
return
this.timeMatcher.getNextMatch(
new
Date());
262
}
263
264
stop(){
265
this.running = false;
Callers
2
runner.test.ts
File · 0.80
getNextRun
Method · 0.80
Calls
1
getNextMatch
Method · 0.80
Tested by
no test coverage detected