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

Method onCommentCreated

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

Source from the content-addressed store, hash-verified

1836 }
1837
1838 onCommentCreated(params: TriggerParams = {}) {
1839 return createTrigger(this.source, events.onCommentCreated, params);
1840 }
1841
1842 onCommentRemoved(params: TriggerParams = {}) {
1843 return createTrigger(this.source, events.onCommentRemoved, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected