MCPcopy Create free account
hub / github.com/microsoft/SandDance / renderDidSuspend

Function renderDidSuspend

docs/external/js/react-dom.development.js:22211–22215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22209 }
22210 }
22211 function renderDidSuspend() {
22212 if (workInProgressRootExitStatus === RootIncomplete) {
22213 workInProgressRootExitStatus = RootSuspended;
22214 }
22215 }
22216 function renderDidSuspendDelayIfPossible() {
22217 if (workInProgressRootExitStatus === RootIncomplete || workInProgressRootExitStatus === RootSuspended) {
22218 workInProgressRootExitStatus = RootSuspendedWithDelay;

Callers 1

completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected