MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / clearPendingPhaseMeasurement

Function clearPendingPhaseMeasurement

code/composition/public/app.js:7720–7727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7718};
7719
7720var clearPendingPhaseMeasurement = function () {
7721 if (currentPhase !== null && currentPhaseFiber !== null) {
7722 clearFiberMark(currentPhaseFiber, currentPhase);
7723 }
7724 currentPhaseFiber = null;
7725 currentPhase = null;
7726 hasScheduledUpdateInCurrentPhase = false;
7727};
7728
7729var pauseTimers = function () {
7730 // Stops all currently active measurements so that they can be resumed

Callers 1

startPhaseTimerFunction · 0.70

Calls 1

clearFiberMarkFunction · 0.70

Tested by

no test coverage detected