()
| 78 | } |
| 79 | |
| 80 | function disable() { |
| 81 | ArrayPrototypeForEach(listenerPairs, ({ 0: channel, 1: listener }) => { |
| 82 | dc.unsubscribe(channel, listener); |
| 83 | }); |
| 84 | } |
| 85 | |
| 86 | return { |
| 87 | enable, |
nothing calls this directly
no test coverage detected
searching dependent graphs…