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

Function getStatsCachePath

src/utils/statsCache.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77export function getStatsCachePath(): string {
78 return join(getClaudeConfigHomeDir(), STATS_CACHE_FILENAME)
79}
80
81function getEmptyCache(): PersistedStatsCache {
82 return {

Callers 2

loadStatsCacheFunction · 0.85
saveStatsCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected