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

Function endFiberMark

code/one-direction-data-flow/public/app.js:7427–7434  ·  view source on GitHub ↗
(fiber, phase, warning$$1)

Source from the content-addressed store, hash-verified

7425};
7426
7427var endFiberMark = function (fiber, phase, warning$$1) {
7428 var componentName = getComponentName(fiber) || 'Unknown';
7429 var debugID = fiber._debugID;
7430 var isMounted = fiber.alternate !== null;
7431 var label = getFiberLabel(componentName, isMounted, phase);
7432 var markName = getFiberMarkName(label, debugID);
7433 endMark(label, markName, warning$$1);
7434};
7435
7436var shouldIgnoreFiber = function (fiber) {
7437 // 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