MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getCacheStatsState

Function getCacheStatsState

src/utils/cacheStatsState.ts:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81/** Read current in-memory state without triggering a response update. */
82export function getCacheStatsState(): MemState {
83 return { ...memState }
84}
85
86/**
87 * Reset singleton — used in tests to isolate test runs.

Callers 2

CachePillFunction · 0.85
cacheStats.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected