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

Function producerMarkClean

packages/core/primitives/signals/src/graph.ts:377–380  ·  view source on GitHub ↗
(node: ReactiveNode)

Source from the content-addressed store, hash-verified

375}
376
377export 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

Callers 3

linkedSignalSetFnFunction · 0.90
linkedSignalUpdateFnFunction · 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…