MCPcopy
hub / github.com/facebook/react / clampRetryTimers

Function clampRetryTimers

packages/react-reconciler/src/ReactProfilerTimer.js:392–397  ·  view source on GitHub ↗
(finalTime: number)

Source from the content-addressed store, hash-verified

390}
391
392export function clampRetryTimers(finalTime: number): void {
393 if (!enableProfilerTimer || !enableComponentPerformanceTrack) {
394 return;
395 }
396 retryClampTime = finalTime;
397}
398
399export function clampIdleTimers(finalTime: number): void {
400 if (!enableProfilerTimer || !enableComponentPerformanceTrack) {

Callers 1

finalizeRenderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected