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

Function sortItems

website/src/scripts/pages/tools.ts:58–60  ·  view source on GitHub ↗
(items: Tool[])

Source from the content-addressed store, hash-verified

56let initialized = false;
57
58function sortItems(items: Tool[]): Tool[] {
59 return sortTools(items, currentSort);
60}
61
62function getCountText(resultsCount: number): string {
63 if (currentFilters.categories.length === 0) {

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

sortToolsFunction · 0.90

Tested by

no test coverage detected