Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/node-cron/node-cron
/ createTask
Function
createTask
src/task-registry.test.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
})
90
91
function
createTask(): ScheduledTask {
92
return
new
InlineScheduledTask(
'* * * * *'
, () => {});
93
}
Callers
1
task-registry.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected