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

Method onCycleUpdated

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

Source from the content-addressed store, hash-verified

1860 }
1861
1862 onCycleUpdated(params: TriggerParams = {}) {
1863 return createTrigger(this.source, events.onCycleUpdated, params);
1864 }
1865
1866 onIssue(params: TriggerParams = {}) {
1867 return createTrigger(this.source, events.onIssue, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected