MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _resetForTesting

Function _resetForTesting

src/services/analytics/index.ts:170–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 * @internal
169 */
170export function _resetForTesting(): void {
171 sink = null
172 eventQueue.length = 0
173}
174

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected