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

Function resumeTimers

code/third-party/public/app.js:6845–6850  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6843};
6844
6845var resumeTimers = function () {
6846 // Resumes all measurements that were active during the last deferred loop.
6847 if (currentFiber !== null) {
6848 resumeTimersRecursively(currentFiber);
6849 }
6850};
6851
6852function recordEffect() {
6853 if (enableUserTimingAPI) {

Callers 1

startWorkLoopTimerFunction · 0.70

Calls 1

resumeTimersRecursivelyFunction · 0.70

Tested by

no test coverage detected