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

Function markCommitTimeOfFallback

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

Source from the content-addressed store, hash-verified

22188 }
22189
22190 function markCommitTimeOfFallback() {
22191 globalMostRecentFallbackTime = now();
22192 }
22193 function markRenderEventTimeAndConfig(expirationTime, suspenseConfig) {
22194 if (expirationTime < workInProgressRootLatestProcessedExpirationTime && expirationTime > Idle) {
22195 workInProgressRootLatestProcessedExpirationTime = expirationTime;

Callers 1

commitSuspenseComponentFunction · 0.85

Calls 1

nowFunction · 0.50

Tested by

no test coverage detected