Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ evictOldestEventsForTesting
Function
evictOldestEventsForTesting
src/utils/telemetry/perfettoTracing.ts:1118–1120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1116
1117
export
const
MAX_EVENTS_FOR_TESTING = MAX_EVENTS
1118
export
function
evictOldestEventsForTesting(): void {
1119
evictOldestEvents()
1120
}
1121
Callers
nothing calls this directly
Calls
1
evictOldestEvents
Function · 0.85
Tested by
no test coverage detected