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