MCPcopy
hub / github.com/AutoMaker-Org/automaker / getClaudeStatsCachePath

Function getClaudeStatsCachePath

libs/platform/src/system-paths.ts:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 * Get path to Claude stats cache file
235 */
236export function getClaudeStatsCachePath(): string {
237 return path.join(getClaudeConfigDir(), 'stats-cache.json');
238}
239
240/**
241 * Get path to Claude projects/sessions directory

Callers 2

getAllAllowedSystemPathsFunction · 0.85
getClaudeAuthIndicatorsFunction · 0.85

Calls 1

getClaudeConfigDirFunction · 0.85

Tested by

no test coverage detected