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

Function getFiberMarkName

code/controlled-uncontrolled/public/app.js:6836–6838  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

6834};
6835
6836var getFiberMarkName = function (label, debugID) {
6837 return label + ' (#' + debugID + ')';
6838};
6839
6840var getFiberLabel = function (componentName, isMounted, phase) {
6841 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected