MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / resumeTimers

Function resumeTimers

code/communication/public/app.js:7647–7652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7645};
7646
7647var resumeTimers = function () {
7648 // Resumes all measurements that were active during the last deferred loop.
7649 if (currentFiber !== null) {
7650 resumeTimersRecursively(currentFiber);
7651 }
7652};
7653
7654function recordEffect() {
7655 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected