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

Function setToSortedString

docs/external/js/react-dom.development.js:11372–11378  ·  view source on GitHub ↗
(set)

Source from the content-addressed store, hash-verified

11370 };
11371
11372 var setToSortedString = function (set) {
11373 var array = [];
11374 set.forEach(function (value) {
11375 array.push(value);
11376 });
11377 return array.sort().join(', ');
11378 };
11379
11380 var pendingComponentWillMountWarnings = [];
11381 var pendingUNSAFE_ComponentWillMountWarnings = [];

Callers 1

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected