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