MCPcopy Create free account
hub / github.com/reactjs/react-rails / resumeTimers

Function resumeTimers

lib/assets/react-source/development/react.js:14060–14065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14058 };
14059
14060 var resumeTimers = function () {
14061 // Resumes all measurements that were active during the last deferred loop.
14062 if (currentFiber !== null) {
14063 resumeTimersRecursively(currentFiber);
14064 }
14065 };
14066
14067 function recordEffect() {
14068 {

Callers 1

startWorkLoopTimerFunction · 0.85

Calls 1

resumeTimersRecursivelyFunction · 0.85

Tested by

no test coverage detected