MCPcopy
hub / github.com/loopbackio/loopback-next / constructor

Method constructor

extensions/cron/src/cron.component.ts:32–32  ·  view source on GitHub ↗
(@extensions() public readonly getJobs: Getter<CronJob[]>)

Source from the content-addressed store, hash-verified

30@lifeCycleObserver('cronJob')
31export class CronComponent implements Component, LifeCycleObserver {
32 constructor(@extensions() public readonly getJobs: Getter<CronJob[]>) {}
33
34 async start() {
35 const jobs = await this.getJobs();

Callers

nothing calls this directly

Calls 1

extensionsFunction · 0.90

Tested by

no test coverage detected