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

Function markUpdate

code/dependency-injection/public/app.js:10661–10665  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

10659
10660
10661 function markUpdate(workInProgress) {
10662 // Tag the fiber with an update effect. This turns a Placement into
10663 // an UpdateAndPlacement.
10664 workInProgress.effectTag |= Update;
10665 }
10666
10667 function markRef(workInProgress) {
10668 workInProgress.effectTag |= Ref;

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected