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

Method onComment

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

Source from the content-addressed store, hash-verified

1832 }
1833
1834 onComment(params: TriggerParams = {}) {
1835 return createTrigger(this.source, events.onComment, params);
1836 }
1837
1838 onCommentCreated(params: TriggerParams = {}) {
1839 return createTrigger(this.source, events.onCommentCreated, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected