MCPcopy
hub / github.com/github/awesome-copilot / sortItems

Function sortItems

website/src/scripts/pages/extensions.ts:257–259  ·  view source on GitHub ↗
(items: Extension[])

Source from the content-addressed store, hash-verified

255}
256
257function sortItems(items: Extension[]): Extension[] {
258 return sortExtensions(items, currentSort);
259}
260
261function getCountText(resultsCount: number): string {
262 if (currentFilters.keywords.length === 0) {

Callers 1

applySortAndRenderFunction · 0.70

Calls 1

sortExtensionsFunction · 0.90

Tested by

no test coverage detected