MCPcopy
hub / github.com/plotly/dash / markUpdate

Function markUpdate

dash/deps/react-dom@18.2.0.js:21721–21725  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

21719 }
21720
21721 function markUpdate(workInProgress) {
21722 // Tag the fiber with an update effect. This turns a Placement into
21723 // a PlacementAndUpdate.
21724 workInProgress.flags |= Update;
21725 }
21726
21727 function markRef$1(workInProgress) {
21728 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…