Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ killAll
Method
killAll
src/task-registry.ts:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
killAll() {
38
tasks.forEach(id => this.remove(id));
39
}
40
}
Callers
1
task-registry.test.ts
File · 0.80
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected