* Get the path to the known marketplaces configuration file * Using a function instead of a constant allows proper mocking in tests
()
| 100 | * Using a function instead of a constant allows proper mocking in tests |
| 101 | */ |
| 102 | function getKnownMarketplacesFile(): string { |
| 103 | return join(getPluginsDirectory(), 'known_marketplaces.json') |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Get the path to the marketplaces cache directory |
no test coverage detected