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

Function markUpdate

code/event-handlers/public/app.js:9898–9902  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

9896
9897
9898 function markUpdate(workInProgress) {
9899 // Tag the fiber with an update effect. This turns a Placement into
9900 // an UpdateAndPlacement.
9901 workInProgress.effectTag |= Update;
9902 }
9903
9904 function markRef(workInProgress) {
9905 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected