* Called by the scheduler when dependencies are satisfied. * Checks that the effect is still active before running.
()
| 694 | * Checks that the effect is still active before running. |
| 695 | */ |
| 696 | private executeScheduledGraphRun(): void { |
| 697 | if (this.disposed || !this.subscribedToAllCollections) return |
| 698 | this.runGraph() |
| 699 | } |
| 700 | |
| 701 | /** |
| 702 | * Send changes to the D2 input for the given alias. |
no test coverage detected