* Get the path to the install counts cache file
()
| 52 | * Get the path to the install counts cache file |
| 53 | */ |
| 54 | function getInstallCountsCachePath(): string { |
| 55 | return join(getPluginsDirectory(), INSTALL_COUNTS_CACHE_FILENAME) |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Load the install counts cache from disk. |
no test coverage detected