Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/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
77
export
function
getStatsCachePath(): string {
78
return
join(getClaudeConfigHomeDir(), STATS_CACHE_FILENAME)
79
}
80
81
function
getEmptyCache(): PersistedStatsCache {
82
return
{
Callers
2
loadStatsCache
Function · 0.85
saveStatsCache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected