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

Function resumeTimers

code/dependency-injection/public/app.js:7705–7710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7703};
7704
7705var resumeTimers = function () {
7706 // Resumes all measurements that were active during the last deferred loop.
7707 if (currentFiber !== null) {
7708 resumeTimersRecursively(currentFiber);
7709 }
7710};
7711
7712function recordEffect() {
7713 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected