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