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

Function getFiberMarkName

code/styling/public/app.js:7512–7514  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

7510};
7511
7512var getFiberMarkName = function (label, debugID) {
7513 return label + ' (#' + debugID + ')';
7514};
7515
7516var getFiberLabel = function (componentName, isMounted, phase) {
7517 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected