()
| 365 | * based on the current consumer context. |
| 366 | */ |
| 367 | export function producerUpdatesAllowed(): boolean { |
| 368 | return activeConsumer?.consumerAllowSignalWrites !== false; |
| 369 | } |
| 370 | |
| 371 | export function consumerMarkDirty(node: ReactiveNode): void { |
| 372 | node.dirty = true; |
no outgoing calls
no test coverage detected
searching dependent graphs…