(node: ReactiveNode)
| 375 | } |
| 376 | |
| 377 | export function producerMarkClean(node: ReactiveNode): void { |
| 378 | node.dirty = false; |
| 379 | node.lastCleanEpoch = epoch; |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Prepare this consumer to run a computation in its reactive context and set |
no outgoing calls
no test coverage detected
searching dependent graphs…