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

Function getFiberMarkName

code/third-party/public/app.js:6745–6747  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

6743};
6744
6745var getFiberMarkName = function (label, debugID) {
6746 return label + ' (#' + debugID + ')';
6747};
6748
6749var getFiberLabel = function (componentName, isMounted, phase) {
6750 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected