(effect)
| 85 | |
| 86 | /** @param {null | Effect} effect */ |
| 87 | export function set_active_effect(effect) { |
| 88 | active_effect = effect; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * When sources are created within a reaction, reading and writing |
no outgoing calls
no test coverage detected