Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ task-registry.test.ts
File
task-registry.test.ts
src/task-registry.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert } from
'chai'
;
2
3
import
{ TaskRegistry } from
'./task-registry'
;
4
import
{ InlineScheduledTask } from
'./tasks/inline-scheduled-task'
;
Callers
nothing calls this directly
Calls
9
killAll
Method · 0.80
add
Method · 0.80
has
Method · 0.80
remove
Method · 0.80
get
Method · 0.80
all
Method · 0.80
createTask
Function · 0.70
destroy
Method · 0.65
getStatus
Method · 0.65
Tested by
no test coverage detected