(items: Extension[])
| 255 | } |
| 256 | |
| 257 | function sortItems(items: Extension[]): Extension[] { |
| 258 | return sortExtensions(items, currentSort); |
| 259 | } |
| 260 | |
| 261 | function getCountText(resultsCount: number): string { |
| 262 | if (currentFilters.keywords.length === 0) { |
no test coverage detected