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

Function resumeTimers

code/controlled-uncontrolled/public/app.js:6936–6941  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6934};
6935
6936var resumeTimers = function () {
6937 // Resumes all measurements that were active during the last deferred loop.
6938 if (currentFiber !== null) {
6939 resumeTimersRecursively(currentFiber);
6940 }
6941};
6942
6943function recordEffect() {
6944 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected