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

Function renderHasNotSuspendedYet

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

Source from the content-addressed store, hash-verified

22236 // Returns false if we're not sure.
22237
22238 function renderHasNotSuspendedYet() {
22239 // If something errored or completed, we can't really be sure,
22240 // so those are false.
22241 return workInProgressRootExitStatus === RootIncomplete;
22242 }
22243
22244 function inferTimeFromExpirationTime(expirationTime) {
22245 // We don't know exactly when the update was scheduled, but we can infer an

Callers 1

completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected