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

Function formatLabel

code/redux/public/app.js:7734–7738  ·  view source on GitHub ↗
(label, warning$$1)

Source from the content-addressed store, hash-verified

7732};
7733
7734var formatLabel = function (label, warning$$1) {
7735 var prefix = warning$$1 ? warningEmoji + ' ' : reactEmoji + ' ';
7736 var suffix = warning$$1 ? ' Warning: ' + warning$$1 : '';
7737 return '' + prefix + label + suffix;
7738};
7739
7740var beginMark = function (markName) {
7741 performance.mark(formatMarkName(markName));

Callers 1

endMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected