MCPcopy Create free account
hub / github.com/microsoft/SandDance / resumeTimers

Function resumeTimers

docs/external/js/react-dom.development.js:10488–10493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10486 };
10487
10488 var resumeTimers = function () {
10489 // Resumes all measurements that were active during the last deferred loop.
10490 if (currentFiber !== null) {
10491 resumeTimersRecursively(currentFiber);
10492 }
10493 };
10494
10495 function recordEffect() {
10496 {

Callers 1

startWorkLoopTimerFunction · 0.85

Calls 1

resumeTimersRecursivelyFunction · 0.85

Tested by

no test coverage detected