MCPcopy 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
1117export const MAX_EVENTS_FOR_TESTING = MAX_EVENTS
1118export function evictOldestEventsForTesting(): void {
1119 evictOldestEvents()
1120}
1121

Callers

nothing calls this directly

Calls 1

evictOldestEventsFunction · 0.85

Tested by

no test coverage detected