MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / markUpdate

Function markUpdate

code/third-party/public/app.js:9801–9805  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

9799
9800
9801 function markUpdate(workInProgress) {
9802 // Tag the fiber with an update effect. This turns a Placement into
9803 // an UpdateAndPlacement.
9804 workInProgress.effectTag |= Update;
9805 }
9806
9807 function markRef(workInProgress) {
9808 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected