Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ isMatching
Method
isMatching
src/time/matcher-walker.ts:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
isMatching() {
38
return
this.timeMatcher.match(this.baseDate);
39
}
40
41
/**
42
* Finds the next instant that satisfies the expression, strictly after the
Callers
1
matcher-walker.test.ts
File · 0.80
Calls
1
match
Method · 0.65
Tested by
no test coverage detected