(params: TriggerParams = {})
| 1852 | } |
| 1853 | |
| 1854 | onCycleCreated(params: TriggerParams = {}) { |
| 1855 | return createTrigger(this.source, events.onCycleCreated, params); |
| 1856 | } |
| 1857 | |
| 1858 | onCycleRemoved(params: TriggerParams = {}) { |
| 1859 | return createTrigger(this.source, events.onCycleRemoved, params); |
nothing calls this directly
no test coverage detected