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

Function formatLabel

code/composition/public/app.js:7621–7625  ·  view source on GitHub ↗
(label, warning$$1)

Source from the content-addressed store, hash-verified

7619};
7620
7621var formatLabel = function (label, warning$$1) {
7622 var prefix = warning$$1 ? warningEmoji + ' ' : reactEmoji + ' ';
7623 var suffix = warning$$1 ? ' Warning: ' + warning$$1 : '';
7624 return '' + prefix + label + suffix;
7625};
7626
7627var beginMark = function (markName) {
7628 performance.mark(formatMarkName(markName));

Callers 1

endMarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected