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

Function resumeTimers

code/styling/public/app.js:7612–7617  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7610};
7611
7612var resumeTimers = function () {
7613 // Resumes all measurements that were active during the last deferred loop.
7614 if (currentFiber !== null) {
7615 resumeTimersRecursively(currentFiber);
7616 }
7617};
7618
7619function recordEffect() {
7620 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected