Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ getCurrentTime
Function
getCurrentTime
packages/react-reconciler/src/ReactFiberWorkLoop.js:788–790 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
786
}
787
788
export
function
getCurrentTime(): number {
789
return
now();
790
}
791
792
export
function
requestUpdateLane(fiber: Fiber): Lane {
793
// Special cases
Callers
6
getRelativeTime
Function · 0.50
flushInitialOperations
Function · 0.50
handleCommitFiberRoot
Function · 0.50
startProfiling
Function · 0.50
traceUpdates
Function · 0.50
prepareToDraw
Function · 0.50
Calls
1
now
Function · 0.90
Tested by
no test coverage detected