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

Function getFiberMarkName

code/composition/public/app.js:7650–7652  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

7648};
7649
7650var getFiberMarkName = function (label, debugID) {
7651 return label + ' (#' + debugID + ')';
7652};
7653
7654var getFiberLabel = function (componentName, isMounted, phase) {
7655 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected