MCPcopy Index your code
hub / github.com/microsoft/SandDance / updateMode

Function updateMode

docs/external/js/react-dom.development.js:17116–17120  ·  view source on GitHub ↗
(current, workInProgress, renderExpirationTime)

Source from the content-addressed store, hash-verified

17114 }
17115
17116 function updateMode(current, workInProgress, renderExpirationTime) {
17117 var nextChildren = workInProgress.pendingProps.children;
17118 reconcileChildren(current, workInProgress, nextChildren, renderExpirationTime);
17119 return workInProgress.child;
17120 }
17121
17122 function updateProfiler(current, workInProgress, renderExpirationTime) {
17123 {

Callers 1

beginWorkFunction · 0.85

Calls 1

reconcileChildrenFunction · 0.85

Tested by

no test coverage detected