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

Function endFiberMark

code/styling/public/app.js:7554–7561  ·  view source on GitHub ↗
(fiber, phase, warning$$1)

Source from the content-addressed store, hash-verified

7552};
7553
7554var endFiberMark = function (fiber, phase, warning$$1) {
7555 var componentName = getComponentName(fiber) || 'Unknown';
7556 var debugID = fiber._debugID;
7557 var isMounted = fiber.alternate !== null;
7558 var label = getFiberLabel(componentName, isMounted, phase);
7559 var markName = getFiberMarkName(label, debugID);
7560 endMark(label, markName, warning$$1);
7561};
7562
7563var shouldIgnoreFiber = function (fiber) {
7564 // 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