MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getInstallCountsCachePath

Function getInstallCountsCachePath

src/utils/plugins/installCounts.ts:54–56  ·  view source on GitHub ↗

* Get the path to the install counts cache file

()

Source from the content-addressed store, hash-verified

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

Callers 2

loadInstallCountsCacheFunction · 0.85
saveInstallCountsCacheFunction · 0.85

Calls 1

getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected