MCPcopy Index your code
hub / github.com/react/react / markCommitTimeOfFallback

Function markCommitTimeOfFallback

packages/react-reconciler/src/ReactFiberWorkLoop.js:2444–2446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2442}
2443
2444export function markCommitTimeOfFallback() {
2445 globalMostRecentFallbackTime = now();
2446}
2447
2448export function markSkippedUpdateLanes(lane: Lane | Lanes): void {
2449 workInProgressRootSkippedLanes = mergeLanes(

Callers 1

Calls 1

nowFunction · 0.90

Tested by

no test coverage detected