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

Function markUpdate

code/one-direction-data-flow/public/app.js:10441–10445  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

10439
10440
10441 function markUpdate(workInProgress) {
10442 // Tag the fiber with an update effect. This turns a Placement into
10443 // an UpdateAndPlacement.
10444 workInProgress.effectTag |= Update;
10445 }
10446
10447 function markRef(workInProgress) {
10448 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected