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

Function rawSet

packages/core/src/render3/reactivity/linked_signal.ts:106–106  ·  view source on GitHub ↗
(newValue: D)

Source from the content-addressed store, hash-verified

104
105 if (customSet !== undefined) {
106 const rawSet = (newValue: D) => linkedSignalSetFn(node, newValue);
107 upgradedGetter.set = (newValue: D) => customSet(newValue, rawSet);
108 upgradedGetter.update = (updateFn: (value: D) => D) =>
109 customSet(updateFn(untracked(getter)), rawSet);

Callers 2

Calls 1

linkedSignalSetFnFunction · 0.90

Tested by

no test coverage detected