Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ get
Method
get
src/task-registry.ts:18–20 ·
view source on GitHub ↗
(taskId: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
get(taskId: string): ScheduledTask | undefined {
19
return
tasks.get(taskId);
20
}
21
22
remove(task: ScheduledTask ){
23
if
(this.has(task.id)){
Callers
4
task-registry.test.ts
File · 0.80
getPartsFormatter
Function · 0.80
getOffsetFormatter
Function · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected