MCPcopy Create free account
hub / github.com/reactjs/react-rails / markUpdate

Function markUpdate

lib/assets/react-source/development/react.js:22408–22412  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

22406 }
22407
22408 function markUpdate(workInProgress) {
22409 // Tag the fiber with an update effect. This turns a Placement into
22410 // a PlacementAndUpdate.
22411 workInProgress.effectTag |= Update;
22412 }
22413
22414 function markRef$1(workInProgress) {
22415 workInProgress.effectTag |= Ref;

Callers 2

react.jsFile · 0.85
completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected