(params: TriggerParams = {})
| 1848 | } |
| 1849 | |
| 1850 | onCycle(params: TriggerParams = {}) { |
| 1851 | return createTrigger(this.source, events.onCycle, params); |
| 1852 | } |
| 1853 | |
| 1854 | onCycleCreated(params: TriggerParams = {}) { |
| 1855 | return createTrigger(this.source, events.onCycleCreated, params); |
nothing calls this directly
no test coverage detected