MCPcopy Index your code
hub / github.com/github/awesome-copilot / sortItems

Function sortItems

website/src/scripts/pages/plugins.ts:72–74  ·  view source on GitHub ↗
(items: Plugin[])

Source from the content-addressed store, hash-verified

70let modalReady = false;
71
72function sortItems(items: Plugin[]): Plugin[] {
73 return sortPlugins(items, currentSort);
74}
75
76function getCountText(resultsCount: number): string {
77 if (currentFilters.tags.length === 0) {

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

sortPluginsFunction · 0.90

Tested by

no test coverage detected