Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2440
export
function
markTransitionStarted() {
2441
globalMostRecentTransitionTime = now();
2442
}
2443
2444
export
function
markCommitTimeOfFallback() {
2445
globalMostRecentFallbackTime = now();
Callers
1
ReactFiberTransition.js
File · 0.90
Calls
1
now
Function · 0.90
Tested by
no test coverage detected