(params: TriggerParams = {})
| 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); |
nothing calls this directly
no test coverage detected