(items: Plugin[])
| 70 | let modalReady = false; |
| 71 | |
| 72 | function sortItems(items: Plugin[]): Plugin[] { |
| 73 | return sortPlugins(items, currentSort); |
| 74 | } |
| 75 | |
| 76 | function getCountText(resultsCount: number): string { |
| 77 | if (currentFilters.tags.length === 0) { |
no test coverage detected