MCPcopy
hub / github.com/codeaashu/claude-code / evictStaleSpansForTesting

Function evictStaleSpansForTesting

src/utils/telemetry/perfettoTracing.ts:1113–1115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1111 * Evict stale spans immediately (for testing)
1112 */
1113export function evictStaleSpansForTesting(): void {
1114 evictStaleSpans()
1115}
1116
1117export const MAX_EVENTS_FOR_TESTING = MAX_EVENTS
1118export function evictOldestEventsForTesting(): void {

Callers

nothing calls this directly

Calls 1

evictStaleSpansFunction · 0.85

Tested by

no test coverage detected