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

Function markUnprocessedUpdateTime

docs/external/js/react-dom.development.js:22206–22210  ·  view source on GitHub ↗
(expirationTime)

Source from the content-addressed store, hash-verified

22204 }
22205 }
22206 function markUnprocessedUpdateTime(expirationTime) {
22207 if (expirationTime > workInProgressRootNextUnprocessedUpdateTime) {
22208 workInProgressRootNextUnprocessedUpdateTime = expirationTime;
22209 }
22210 }
22211 function renderDidSuspend() {
22212 if (workInProgressRootExitStatus === RootIncomplete) {
22213 workInProgressRootExitStatus = RootSuspended;

Callers 4

processUpdateQueueFunction · 0.85
updateReducerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected