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

Function getSessionMetaDir

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

Source from the content-addressed store, hash-verified

424 return join(getDataDir(), 'facets')
425}
426function getSessionMetaDir(): string {
427 return join(getDataDir(), 'session-meta')
428}
429
430const FACET_EXTRACTION_PROMPT = `Analyze this Claude Code session and extract structured facets.
431

Callers 2

loadCachedSessionMetaFunction · 0.85
saveSessionMetaFunction · 0.85

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected