MCPcopy
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
692function resetRenderTimer() {
693 workInProgressRootRenderTargetTime = now() + RENDER_TIMEOUT_MS;
694}
695
696export function getRenderTargetTime(): number {
697 return workInProgressRootRenderTargetTime;

Callers 5

scheduleUpdateOnFiberFunction · 0.85
flushRootFunction · 0.85
batchedUpdatesFunction · 0.85
discreteUpdatesFunction · 0.85
renderRootConcurrentFunction · 0.85

Calls 1

nowFunction · 0.90

Tested by

no test coverage detected