Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ match
Method
match
src/tasks/inline-scheduled-task.ts:118–120 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
116
}
117
118
match(date: Date): boolean {
119
return
this.timeMatcher.match(date);
120
}
121
122
msToNext(): number | null {
123
const
next = this.getNextRun();
Callers
nothing calls this directly
Calls
1
match
Method · 0.65
Tested by
no test coverage detected