(items: Tool[])
| 56 | let initialized = false; |
| 57 | |
| 58 | function sortItems(items: Tool[]): Tool[] { |
| 59 | return sortTools(items, currentSort); |
| 60 | } |
| 61 | |
| 62 | function getCountText(resultsCount: number): string { |
| 63 | if (currentFilters.categories.length === 0) { |
no test coverage detected