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

Function update

packages/core/primitives/signals/src/signal.ts:71–71  ·  view source on GitHub ↗
(updateFn: (value: T) => T)

Source from the content-addressed store, hash-verified

69 runPostProducerCreatedFn(node);
70 const set = (newValue: T) => signalSetFn(node, newValue);
71 const update = (updateFn: (value: T) => T) => signalUpdateFn(node, updateFn);
72 return [getter, set, update];
73}
74

Callers

nothing calls this directly

Calls 1

signalUpdateFnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…