MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getFacetsDir

Function getFacetsDir

src/commands/insights.ts:423–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 return join(getClaudeConfigHomeDir(), 'usage-data')
422}
423function getFacetsDir(): string {
424 return join(getDataDir(), 'facets')
425}
426function getSessionMetaDir(): string {
427 return join(getDataDir(), 'session-meta')
428}

Callers 3

loadCachedFacetsFunction · 0.85
saveFacetsFunction · 0.85
getPromptForCommandFunction · 0.85

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected