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

Function resumeTimers

code/composition/public/app.js:7750–7755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7748};
7749
7750var resumeTimers = function () {
7751 // Resumes all measurements that were active during the last deferred loop.
7752 if (currentFiber !== null) {
7753 resumeTimersRecursively(currentFiber);
7754 }
7755};
7756
7757function recordEffect() {
7758 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected