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

Function updateProfiler

lib/assets/react-source/development/react.js:20682–20691  ·  view source on GitHub ↗
(current, workInProgress, renderExpirationTime)

Source from the content-addressed store, hash-verified

20680 }
20681
20682 function updateProfiler(current, workInProgress, renderExpirationTime) {
20683 {
20684 workInProgress.effectTag |= Update;
20685 }
20686
20687 var nextProps = workInProgress.pendingProps;
20688 var nextChildren = nextProps.children;
20689 reconcileChildren(current, workInProgress, nextChildren, renderExpirationTime);
20690 return workInProgress.child;
20691 }
20692
20693 function markRef(current, workInProgress) {
20694 var ref = workInProgress.ref;

Callers 1

beginWorkFunction · 0.85

Calls 1

reconcileChildrenFunction · 0.85

Tested by

no test coverage detected