MCPcopy 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
91function createTask(): ScheduledTask {
92 return new InlineScheduledTask('* * * * *', () => {});
93}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected