(params: TriggerParams = {})
| 1844 | } |
| 1845 | |
| 1846 | onCommentUpdated(params: TriggerParams = {}) { |
| 1847 | return createTrigger(this.source, events.onCommentUpdated, params); |
| 1848 | } |
| 1849 | |
| 1850 | onCycle(params: TriggerParams = {}) { |
| 1851 | return createTrigger(this.source, events.onCycle, params); |
nothing calls this directly
no test coverage detected