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

Function endFiberMark

code/controlled-uncontrolled/public/app.js:6878–6885  ·  view source on GitHub ↗
(fiber, phase, warning$$1)

Source from the content-addressed store, hash-verified

6876};
6877
6878var endFiberMark = function (fiber, phase, warning$$1) {
6879 var componentName = getComponentName(fiber) || 'Unknown';
6880 var debugID = fiber._debugID;
6881 var isMounted = fiber.alternate !== null;
6882 var label = getFiberLabel(componentName, isMounted, phase);
6883 var markName = getFiberMarkName(label, debugID);
6884 endMark(label, markName, warning$$1);
6885};
6886
6887var shouldIgnoreFiber = function (fiber) {
6888 // Host components should be skipped in the timeline.

Callers 4

pauseTimersFunction · 0.70
stopWorkTimerFunction · 0.70
stopFailedWorkTimerFunction · 0.70
stopPhaseTimerFunction · 0.70

Calls 4

getComponentNameFunction · 0.70
getFiberLabelFunction · 0.70
getFiberMarkNameFunction · 0.70
endMarkFunction · 0.70

Tested by

no test coverage detected