MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / markUpdate

Function markUpdate

code/composition/public/app.js:10706–10710  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

10704
10705
10706 function markUpdate(workInProgress) {
10707 // Tag the fiber with an update effect. This turns a Placement into
10708 // an UpdateAndPlacement.
10709 workInProgress.effectTag |= Update;
10710 }
10711
10712 function markRef(workInProgress) {
10713 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected