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

Function sortItems

website/src/scripts/pages/workflows.ts:48–50  ·  view source on GitHub ↗
(items: Workflow[])

Source from the content-addressed store, hash-verified

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

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

sortWorkflowsFunction · 0.90

Tested by

no test coverage detected