MCPcopy
hub / github.com/node-cron/node-cron / has

Method has

src/task-registry.ts:33–35  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

31 }
32
33 has(taskId: string): boolean {
34 return tasks.has(taskId);
35 }
36
37 killAll() {
38 tasks.forEach(id => this.remove(id));

Callers 3

addMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected