| 40 | } |
| 41 | |
| 42 | interface ToolsData { |
| 43 | items: Tool[]; |
| 44 | filters: { |
| 45 | categories: string[]; |
| 46 | tags: string[]; |
| 47 | }; |
| 48 | } |
| 49 | |
| 50 | let allItems: Tool[] = []; |
| 51 | let currentFilters = { |
nothing calls this directly
no outgoing calls
no test coverage detected