MCPcopy Index your code
hub / github.com/adobe/react-spectrum / for

Function for

packages/dev/docs/src/Layout.js:462–466  ·  view source on GitHub ↗
(let category of [...pageCategories].sort())

Source from the content-addressed store, hash-verified

460 categories.push(category);
461 } else if (category === '...') {
462 for (let category of [...pageCategories].sort()) {
463 if (!CATEGORY_ORDER.includes(category)) {
464 categories.push(category);
465 }
466 }
467 }
468 }
469

Callers 1

Table.test.jsFile · 0.85

Calls 2

pushMethod · 0.80
sortMethod · 0.65

Tested by

no test coverage detected