MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / onCycle

Method onCycle

integrations/linear/src/index.ts:1850–1852  ·  view source on GitHub ↗
(params: TriggerParams = {})

Source from the content-addressed store, hash-verified

1848 }
1849
1850 onCycle(params: TriggerParams = {}) {
1851 return createTrigger(this.source, events.onCycle, params);
1852 }
1853
1854 onCycleCreated(params: TriggerParams = {}) {
1855 return createTrigger(this.source, events.onCycleCreated, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected