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

Function memoizeState

code/redux/public/app.js:10743–10747  ·  view source on GitHub ↗
(workInProgress, nextState)

Source from the content-addressed store, hash-verified

10741 }
10742
10743 function memoizeState(workInProgress, nextState) {
10744 workInProgress.memoizedState = nextState;
10745 // Don't reset the updateQueue, in case there are pending updates. Resetting
10746 // is handled by processUpdateQueue.
10747 }
10748
10749 function beginWork(current, workInProgress, renderExpirationTime) {
10750 if (workInProgress.expirationTime === NoWork || workInProgress.expirationTime > renderExpirationTime) {

Callers 4

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70
finishClassComponentFunction · 0.70
updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected