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

Function getFiberMarkName

code/communication/public/app.js:7547–7549  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

7545};
7546
7547var getFiberMarkName = function (label, debugID) {
7548 return label + ' (#' + debugID + ')';
7549};
7550
7551var getFiberLabel = function (componentName, isMounted, phase) {
7552 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected