* Execute the reactive expression in the context of this `Watch` consumer. * * Should be called by the user scheduling algorithm when the provided * `schedule` hook is called by `Watch`.
()
| 43 | * `schedule` hook is called by `Watch`. |
| 44 | */ |
| 45 | run(): void; |
| 46 | |
| 47 | cleanup(): void; |
| 48 |
no outgoing calls
no test coverage detected