MCPcopy
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

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected