()
| 108 | * Using a function instead of a constant allows proper mocking in tests |
| 109 | */ |
| 110 | export function getMarketplacesCacheDir(): string { |
| 111 | return join(getPluginsDirectory(), 'marketplaces') |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Memoized inner function to get marketplace data. |
no test coverage detected