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

Function clearBetaTracingState

src/utils/telemetry/betaSessionTracing.ts:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 * Old hashes are irrelevant once messages have been replaced.
64 */
65export function clearBetaTracingState(): void {
66 seenHashes.clear()
67 lastReportedMessageHash.clear()
68}
69
70const MAX_CONTENT_SIZE = 60 * 1024 // 60KB (Honeycomb limit is 64KB, staying safe)
71

Callers 1

runPostCompactCleanupFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected