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

Function resumeTimers

code/one-direction-data-flow/public/app.js:7485–7490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7483};
7484
7485var resumeTimers = function () {
7486 // Resumes all measurements that were active during the last deferred loop.
7487 if (currentFiber !== null) {
7488 resumeTimersRecursively(currentFiber);
7489 }
7490};
7491
7492function recordEffect() {
7493 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected