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

Function _resetCacheStatsStateForTest

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

Source from the content-addressed store, hash-verified

87 * Reset singleton — used in tests to isolate test runs.
88 */
89export function _resetCacheStatsStateForTest(): void {
90 memState = { signature: null, lastResetAt: null, lastHitRate: null }
91 sessionId = null
92}

Callers 1

cacheStats.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected