MCPcopy Create free account
hub / github.com/plotly/dash / markUpdate

Function markUpdate

dash/deps/react-dom@18.3.1.js:21760–21764  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

21758 }
21759
21760 function markUpdate(workInProgress) {
21761 // Tag the fiber with an update effect. This turns a Placement into
21762 // a PlacementAndUpdate.
21763 workInProgress.flags |= Update;
21764 }
21765
21766 function markRef$1(workInProgress) {
21767 workInProgress.flags |= Ref;

Callers 2

completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…