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

Function getFiberMarkName

code/new-context-api/public/app.js:6873–6875  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

6871};
6872
6873var getFiberMarkName = function (label, debugID) {
6874 return label + ' (#' + debugID + ')';
6875};
6876
6877var getFiberLabel = function (componentName, isMounted, phase) {
6878 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected