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

Function getFiberMarkName

code/one-direction-data-flow/public/app.js:7385–7387  ·  view source on GitHub ↗
(label, debugID)

Source from the content-addressed store, hash-verified

7383};
7384
7385var getFiberMarkName = function (label, debugID) {
7386 return label + ' (#' + debugID + ')';
7387};
7388
7389var getFiberLabel = function (componentName, isMounted, phase) {
7390 if (phase === null) {

Callers 3

beginFiberMarkFunction · 0.70
clearFiberMarkFunction · 0.70
endFiberMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected