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

Function markTransitionStarted

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

Source from the content-addressed store, hash-verified

2438}
2439
2440export function markTransitionStarted() {
2441 globalMostRecentTransitionTime = now();
2442}
2443
2444export function markCommitTimeOfFallback() {
2445 globalMostRecentFallbackTime = now();

Callers 1

Calls 1

nowFunction · 0.90

Tested by

no test coverage detected