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

Function sortItems

website/src/scripts/pages/hooks.ts:42–44  ·  view source on GitHub ↗
(items: Hook[])

Source from the content-addressed store, hash-verified

40let modalReady = false;
41
42function sortItems(items: Hook[]): Hook[] {
43 return sortHooks(items, currentSort);
44}
45
46function applyFiltersAndRender(): void {
47 const countEl = document.getElementById('results-count');

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

sortHooksFunction · 0.90

Tested by

no test coverage detected