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

Function markUpdate

code/new-context-api/public/app.js:9929–9933  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

9927
9928
9929 function markUpdate(workInProgress) {
9930 // Tag the fiber with an update effect. This turns a Placement into
9931 // an UpdateAndPlacement.
9932 workInProgress.effectTag |= Update;
9933 }
9934
9935 function markRef(workInProgress) {
9936 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected