MCPcopy Create free account
hub / github.com/microsoft/SandDance / markUpdate

Function markUpdate

docs/external/js/react-dom.development.js:18848–18852  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

18846 }
18847
18848 function markUpdate(workInProgress) {
18849 // Tag the fiber with an update effect. This turns a Placement into
18850 // a PlacementAndUpdate.
18851 workInProgress.effectTag |= Update;
18852 }
18853
18854 function markRef$1(workInProgress) {
18855 workInProgress.effectTag |= Ref;

Callers 2

completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected