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

Function sortItems

website/src/scripts/pages/instructions.ts:46–48  ·  view source on GitHub ↗
(items: Instruction[])

Source from the content-addressed store, hash-verified

44let modalReady = false;
45
46function sortItems(items: Instruction[]): Instruction[] {
47 return sortInstructions(items, currentSort);
48}
49
50function applyFiltersAndRender(): void {
51 const countEl = document.getElementById('results-count');

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

sortInstructionsFunction · 0.90

Tested by

no test coverage detected