MCPcopy Index your code
hub / github.com/angular/angular / producerUpdatesAllowed

Function producerUpdatesAllowed

packages/core/primitives/signals/src/graph.ts:367–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365 * based on the current consumer context.
366 */
367export function producerUpdatesAllowed(): boolean {
368 return activeConsumer?.consumerAllowSignalWrites !== false;
369}
370
371export function consumerMarkDirty(node: ReactiveNode): void {
372 node.dirty = true;

Callers 2

signalSetFnFunction · 0.90
signalUpdateFnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…