MCPcopy Create free account
hub / github.com/microsoft/SandDance / formatLabel

Function formatLabel

docs/external/js/react-dom.development.js:10354–10358  ·  view source on GitHub ↗
(label, warning)

Source from the content-addressed store, hash-verified

10352 };
10353
10354 var formatLabel = function (label, warning) {
10355 var prefix = warning ? warningEmoji + " " : reactEmoji + " ";
10356 var suffix = warning ? " Warning: " + warning : '';
10357 return "" + prefix + label + suffix;
10358 };
10359
10360 var beginMark = function (markName) {
10361 performance.mark(formatMarkName(markName));

Callers 1

endMarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected