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

Method onCommentRemoved

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

Source from the content-addressed store, hash-verified

1840 }
1841
1842 onCommentRemoved(params: TriggerParams = {}) {
1843 return createTrigger(this.source, events.onCommentRemoved, params);
1844 }
1845
1846 onCommentUpdated(params: TriggerParams = {}) {
1847 return createTrigger(this.source, events.onCommentUpdated, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected