Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
add
Method · 0.95
remove
Method · 0.95
task-registry.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected