MCPcopy Create free account
hub / github.com/angular/angular / producerIncrementEpoch

Function producerIncrementEpoch

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

Source from the content-addressed store, hash-verified

300 * Called by source producers (that is, not computeds) whenever their values change.
301 */
302export function producerIncrementEpoch(): void {
303 epoch++;
304}
305
306/**
307 * Ensure this producer's `version` is up-to-date.

Callers 1

signalValueChangedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected