Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ resetRenderTimer
Function
resetRenderTimer
packages/react-reconciler/src/ReactFiberWorkLoop.js:692–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
690
}
691
692
function
resetRenderTimer() {
693
workInProgressRootRenderTargetTime = now() + RENDER_TIMEOUT_MS;
694
}
695
696
export
function
getRenderTargetTime(): number {
697
return
workInProgressRootRenderTargetTime;
Callers
5
scheduleUpdateOnFiber
Function · 0.85
flushRoot
Function · 0.85
batchedUpdates
Function · 0.85
discreteUpdates
Function · 0.85
renderRootConcurrent
Function · 0.85
Calls
1
now
Function · 0.90
Tested by
no test coverage detected