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

Function endFiberMark

code/new-context-api/public/app.js:6915–6922  ·  view source on GitHub ↗
(fiber, phase, warning$$1)

Source from the content-addressed store, hash-verified

6913};
6914
6915var endFiberMark = function (fiber, phase, warning$$1) {
6916 var componentName = getComponentName(fiber) || 'Unknown';
6917 var debugID = fiber._debugID;
6918 var isMounted = fiber.alternate !== null;
6919 var label = getFiberLabel(componentName, isMounted, phase);
6920 var markName = getFiberMarkName(label, debugID);
6921 endMark(label, markName, warning$$1);
6922};
6923
6924var shouldIgnoreFiber = function (fiber) {
6925 // 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